Installation with Pip
Create a clean conda environment.
Run the following code:
pip install astro_ghost
Installation with Github
Download the github repository for this project and run
python setup.py install
from the main directory.
Testing Installation
Once installed, run the unit tests with the code below:
from astro_ghost.unitTests import testAll
testAll()
If successful, the code will print “Congraulations! Your installation is good to go.” (in progress)