From efb781f950b23f442706d54a578230aba9e9796a Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Wed, 15 May 2024 15:15:17 +0200 Subject: [PATCH] docs(rye): replaced poetry with rye --- docs/source/getting_started/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^