Installation
Required dependencies
Python 3.6 or newer
NumPy 1.13 or newer
SciPy 0.18 or newer
sisl 0.15.0 or newer
Matplotlib 2.2.2 or newer (plotting)
Optional:
netCDF4 1.3.1 or newer
Installation from source
Simply download as zip or clone the project from the git repository.
Manual installation is performed with the command
python3 -m pip install . --prefix=<prefix>
One can also use the auxiliary file install-py3.sh
One may also wish to set the following environment variables
export PYTHONPATH=<my-python-home>/lib/python/
export PATH=$PATH:<my-python-home>/bin/