Installation#
You can install GETTSIM easily using conda or pixi. If these are not installed on your machine, please follow conda’s installation instructions or pixi’s installation instructions.
With one of these available on your path, installing GETTSIM is as simple as typing
$ conda install -c conda-forge gettsim
or
$ pixi add gettsim
in a command shell.
To validate the installation, start the Python interpreter and type
import gettsim
gettsim.test()