Install#
First of all, we recommend using a virtual environment (venv).
You need python>=3.9
.
Then, you can install skore by using pip
:
pip install -U skore
You can check skore’s latest version on PyPI.
Warning
For Windows users, the encoding must be set to UTF-8: see PYTHONUTF8.
What’s next?
See our Getting started with skore example!