Installation¶
Installation may follow one of two paths: deployment or development. Choose the relevant section for details on each of those installation paths.
Install using uv, or your preferred Python project management solution.
Stable release, from PyPI:
uv pip install fairical
Latest development branch, from its git repository:
uv pip install git+https://gitlab.idiap.ch/medai/software/fairical@main
Checkout the repository, and then use pixi to setup a full development environment:
git clone git@gitlab.idiap.ch:medai/software/fairical
pixi install --frozen
Tip
The --frozen flag will ensure that the latest lock-file available with sources is
used. If you’d like to update the lock-file to the latest set of compatible
dependencies, remove that option.