Getting Started#

The stable version of aiapy is available through both PyPI via pip,

pip install aiapy

as well as through the Miniconda distribution via conda-forge,

conda install -c conda-forge aiapy

You can also install the development version from GitLab,

git clone https://gitlab.com/LMSAL_HUB/aia_hub/aiapy.git
cd aiapy
pip install -e ".[dev]"

If you will be developing aiapy, please see the Contributing.