Skip to content

Commit a985c72

Browse files
committed
Update contributing.rst
1 parent 397ab28 commit a985c72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/development/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ Install Dependencies
2424

2525
``CodeLinks`` uses `tox <https://tox.wiki/>`_ (with `tox-uv <https://github.com/tox-dev/tox-uv>`_) to manage development tasks.
2626

27-
Install tox:
27+
Install tox with pip or uv:
2828

2929
.. code-block:: bash
3030
3131
pip install tox tox-uv
32+
uv tool install tox --with tox-uv
3233
3334
Formatting, Linting and Typing
3435
------------------------------

0 commit comments

Comments
 (0)