Installation
This project can be installed from its source code.
pip install git+https://github.com/CGuichard/ispec.git
# pip install git+https://github.com/CGuichard/ispec.git@<tag>
You can also clone the repo and install from it locally:
git clone git@github.com:cguichard/ispec
cd ispec
pip install .
Note
The use of a virtual environment is greatly recommended, don’t install ISpec in your global python environment.