Installation

Sorbetto can be installed on virtually any computer with Python 3. There are two main ways to install it:

From PyPI

The recommended way to install Sorbetto is by using the following command:

pip install sorbetto

We recommend installing Sorbetto in a vitrual environment to better manage its dependencies.

From GitHub

If you want to get the latest updates before release, or contribute to the package, you can install it by cloning the GitHub repo:

git clone https://github.com/uliege-performance/sorbetto.git
cd sorbetto
pip install .

Where to start

After installing Sorbetto, we suggest that you head over to our Getting started guide to get the hang of the core concepts of the library.

You can also check out our Examples to see what can be achieved with Sorbetto, or try out our interactive Demos.