Skip to content
Theros edited this page Mar 15, 2024 · 3 revisions

Welcome to the astro-python wiki

I'll get around to writing some more content here soon, I promise.

Installation

Use this repo's template to create a new repository on github. Then clone the repository and install using the following commands:

git clone https://github.com/your-username/your-repo.git
cd your-repo
yarn # installs node dependencies, this must be done before poetry install
yarn run poetry install # sets up the python environment, this must be done before you can develop the python code, or package the project.

Getting Started

Development

Contributing

Clone this wiki locally