Installation

sisl is easy to install using any of your preferred methods.

pip

Installing sisl using PyPi can be done using

pip install sisl

conda

Installing sisl using conda can be done by

conda install -c zerothi sisl

On conda, sisl is also shipped in a developer installation for more up-to-date releases, this may be installed using:

conda install -c zerothi sisl-dev

Manual installation

sisl may be installed using the regular setup.py script. To do this the following packages are required to be in PYTHONPATH:

If the above listed items are installed, sisl can be installed by first downloading the latest release on this page. Subsequently install sisl by

python setup.py install --prefix=<prefix>