.. _install: Install ======= .. currentmodule:: skore First of all, we recommend using a `virtual environment (venv) `_. You need ``python>=3.9``. Then, you can install skore by using ``pip``: .. code-block:: bash 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 `_. .. admonition:: What's next? See our :ref:`example_getting_started` example!