Installation¶
Using Conda¶
For Anaconda/Miniconda distributions you can install directly from my personal channel:
conda install -c ondrolexa apsg
Using pip¶
You can install APSG from PyPI:
pip install apsg
APSG requires dependencies which need to be installed (see Installing Scientific Packages).
Master version¶
To install most recent master version use:
pip install https://github.com/ondrolexa/apsg/archive/master.zip
To upgrade to latest development version use:
pip install --upgrade --upgrade-strategy only-if-needed \
https://github.com/ondrolexa/apsg/archive/master.zip