docs(rye): replaced poetry with rye

This commit is contained in:
Marco Perini 2024-05-15 15:15:17 +02:00 committed by GitHub
parent 694d3ab0f3
commit efb781f950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <https://python-poetry.org/docs/>`_:
If you clone the repository, you can install the library using `rye <https://rye-up.com/>`_. 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^