diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 55a7361d..4d94a79a 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -25,11 +25,13 @@ The library is available on PyPI, so it can be installed using the following com It is higly recommended to install the library in a virtual environment (conda, venv, etc.) -If your clone the repository, you can install the library using `poetry `_: +If you clone the repository, you can install the library using `rye `_. Follow the installation instruction from the website and then run: .. code-block:: bash - poetry install + rye pin 3.10 + rye sync + rye build Additionally on Windows when using WSL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^