Skip to content

Commit 7fee217

Browse files
committed
Update installation.rst
1 parent 5ca325c commit 7fee217

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/getting_started/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ 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, it is recommended to use a package manager like `rye <https://rye.astral.sh/>`_.
29-
To install the library using rye, you can run the following command:
28+
If your clone the repository, it is recommended to use a package manager like `uv <https://github.com/astral-sh/uv>`_.
29+
To install the library using uv, you can run the following command:
3030

3131
.. code-block:: bash
3232
33-
rye pin 3.10
34-
rye sync
35-
rye build
33+
uv pin 3.10
34+
uv sync
35+
uv build
3636
3737
.. caution::
3838

39-
**Rye** must be installed first by following the instructions on the `official website <https://rye.astral.sh/>`_.
39+
**Rye** must be installed first by following the instructions on the `official website <https://github.com/astral-sh/uv>`_.
4040

4141
Additionally on Windows when using WSL
4242
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)