Skip to content

Commit b74c12a

Browse files
committed
Demonstrate how to install using uv
1 parent ac04b9a commit b74c12a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/installation.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Installation
22
============
33

4-
You can install CLI test helpers from PyPI using Pip:
4+
You can install CLI test helpers from PyPI using Pip or uv:
55

66
.. code-block:: console
77
88
pip install cli-test-helpers
99
10+
.. code-block:: console
11+
12+
uv add --dev cli-test-helpers
13+
1014
Tox
1115
---
1216

0 commit comments

Comments
 (0)