B612-Asteroid-Institute / astro

Python library for useful astrodynamics functions
2 stars 1 forks source link
feb2021-cleanup

astro

Python library for useful astrodynamics functions

Installing Dependencies

Clone this repository using git (using SSH in this example):

git clone git@github.com:B612-Asteroid-Institute/astro.git

Then cd into the cloned repository and do one of the following depending on how you prefer your packages to be installed.

To install pre-requisite software using anaconda:

conda install -c defaults -c conda-forge --file requirements.txt

To install pre-requisite software using pip:

pip install -r requirements.txt