We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397ab28 commit a985c72Copy full SHA for a985c72
1 file changed
docs/source/development/contributing.rst
@@ -24,11 +24,12 @@ Install Dependencies
24
25
``CodeLinks`` uses `tox <https://tox.wiki/>`_ (with `tox-uv <https://github.com/tox-dev/tox-uv>`_) to manage development tasks.
26
27
-Install tox:
+Install tox with pip or uv:
28
29
.. code-block:: bash
30
31
pip install tox tox-uv
32
+ uv tool install tox --with tox-uv
33
34
Formatting, Linting and Typing
35
------------------------------
0 commit comments