.. _installation: 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 .. _Python: https://www.python.org/ .. _NumPy: https://docs.scipy.org/doc/numpy/reference/ .. _SciPy: https://docs.scipy.org/doc/scipy/reference/ .. _sisl : https://zerothi.github.io/sisl .. _Matplotlib: https://matplotlib.org/ .. _netCDF4: https://github.com/Unidata/netcdf4-python Installation from source ------------------------ Simply download as zip or clone the project from the `git repository `_. Manual installation is performed with the command .. code-block:: bash python3 -m pip install . --prefix= One can also use the auxiliary file `install-py3.sh` One may also wish to set the following environment variables .. code-block:: bash export PYTHONPATH=/lib/python/ export PATH=$PATH:/bin/