How-to guides

This section gathers a series of how-to guides for pysisso.

Installation guide

You can install pysisso from Pypi or from source. Using Pypi, you can install the latest stable version of pysisso using:

pip install pysisso

This will install pysisso and all the required dependencies.

If you want to install pysisso from source, you should get the source code from the pysisso github page on the Matgenix organization: https://github.com/Matgenix/pysisso

To install from source, you need to have poetry (https://python-poetry.org/) installed. If you have poetry installed, you can install pysisso by running the following in the root directory of pysisso:

poetry install

Poetry will take care of installing the required dependencies.