Installation ============ This project can be installed from its source code. .. code:: bash pip install git+https://github.com/CGuichard/ispec.git # pip install git+https://github.com/CGuichard/ispec.git@ You can also clone the repo and install from it locally: .. code:: bash 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.