Installation#

GETTSIM is available on PyPi and conda-forge. You can install GETTSIM using your preferred package manager.

Pixi#

To install GETTSIM using pixi, first make sure that pixi is installed on your machine. You can find the installation instructions here.

Installing GETTSIM is as simple as typing

$ pixi add gettsim

Conda / Mamba#

Install the conda or mamba package manager.

In your shell, run

$ conda install -c conda-forge gettsim

or

$ mamba install -c conda-forge gettsim

uv or pip#

Install the uv or pip package manager.

In your shell, run

$ uv add gettsim

or

$ pip install gettsim

Warning

When installing GETTSIM via uv or pip, make sure graphviz is installed on your machine.

Validate your installation#

To validate the installation, start the Python interpreter and type

import gettsim

gettsim.test()