Skip to content
Snippets Groups Projects
install.rst 1.06 KiB

Installation

We support two installation modes, through pip_, or mamba_ (conda).

With pip

# stable, from PyPI:
$ pip install ptbench

# latest beta, from GitLab package registry:
$ pip install --pre --index-url https://gitlab.idiap.ch/api/v4/groups/biosignal/software/-/packages/pypi/simple --extra-index-url https://pypi.org/simple ptbench

Tip

To avoid long command-lines you may configure pip to define the indexes and package search priorities as you like.

With conda

# stable:
$ mamba install -c https://www.idiap.ch/software/biosignal/software/conda -c conda-forge ptbench

# latest beta:
$ mamba install -c https://www.idiap.ch/software/biosignal/software/conda/label/beta -c conda-forge ptbench