Developer Installation#
To install this package as a developer, run:
git clone git@github.com:mshumko/aurora-asi-lib.git
cd aurora-asi-lib
python3 -m pip install -r requirements.txt # or
python3 -m pip install -e .
To develop the docs, you must install Sphinx to your operating system. For linux the command is
apt-get install python3-sphinx