Skip to content

Commit

Permalink
Recommend uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jul 29, 2024
1 parent 366e0ba commit 3abf865
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions INSTALLING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ Conda package
PyPI
^^^^

Use **pip** to install **gsd** binaries from PyPI_:
Use **pip** or **uv** to install **gsd** binaries from PyPI_:

.. code-block:: bash
$ python3 -m pip install gsd
.. code-block:: bash
$ uv pip install gsd
Compile from source
-------------------

Expand All @@ -49,7 +53,7 @@ To build the **gsd** Python package from source:

$ cd gsd

4. `Install with pip`_::
4. `Install with uv`_::

$ python3 -m pip install .

Expand Down Expand Up @@ -133,17 +137,17 @@ Release tarballs are also available on the `GitHub release pages`_.
.. _git book: https://git-scm.com/book
.. _Git: https://git-scm.com/

.. _Install with pip:
.. _Install with uv:

Install with pip
^^^^^^^^^^^^^^^^^^^^^^^
Install with uv
^^^^^^^^^^^^^^^^

Use **pip** to install the Python module into your virtual environment:
Use **uv** to install the Python module into your virtual environment:

.. code-block:: bash
$ cd {{ path/to/gsd/repository }}
$ python3 -m pip install .
$ uv pip install .
.. Build with CMake for development:
Expand Down

0 comments on commit 3abf865

Please sign in to comment.