Skip to content

Commit efb781f

Browse files
authored
docs(rye): replaced poetry with rye
1 parent 694d3ab commit efb781f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/getting_started/installation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ The library is available on PyPI, so it can be installed using the following com
2525

2626
It is higly recommended to install the library in a virtual environment (conda, venv, etc.)
2727

28-
If your clone the repository, you can install the library using `poetry <https://python-poetry.org/docs/>`_:
28+
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:
2929

3030
.. code-block:: bash
3131
32-
poetry install
32+
rye pin 3.10
33+
rye sync
34+
rye build
3335
3436
Additionally on Windows when using WSL
3537
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)