InstallationΒΆ

pysaber is installed using the python package manager pip. To install pysaber, run the following command in a terminal:

pip install pysaber

Alternatively, to install using the source code in the github repository pysaber, first download the repository using the download link in the top right corner of the webpage. Or, you can also git clone the repository directly from github. In a terminal, change the current directory to the outermost folder of this downloaded repository, which contains the README file, and run the following command:

pip install .

It is recommended to install the pysaber Package within a python virtual environment.