Install#
We recommend using a virtual environment (venv).
You need python>=3.9
.
Then, if you just want to use Skore Lib locally, run:
pip install -U skore
Alternatively, if you wish to use Skore locally and also interact with Skore Hub, run:
pip install -U skore[hub]
You can check Skore Lib’s latest version on PyPI.
Skore is available in conda-forge
:
conda install conda-forge::skore
You can find information on the latest version here.