Installation

We support two installation modes, through pip, or mamba (conda).

With pip

# stable, from PyPI:
$ pip install bob.io.base

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

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/bob/conda -c conda-forge bob.io.base

# latest beta:
$ mamba install -c https://www.idiap.ch/software/bob/conda/label/beta -c conda-forge bob.io.base