Installation¶
Make sure your pip is linked to python 3.6+, you may need to use pip3 instead.
PyPI¶
Install with pip by
pip install aspired
see more at PyPI.
Github¶
To install the stable version on the main branch, use
pip install git+https://github.com/cylammarco/ASPIRED.git
or the development (dev) branch with
pip install git+https://github.com/cylammarco/ASPIRED.git@dev.
See more at the GitHub page.