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 fac125b commit e299f15Copy full SHA for e299f15
docs/index.rst
@@ -20,9 +20,17 @@ Installing ``pytest-databases`` is as easy as calling your favorite Python packa
20
21
python3 -m pip install pytest-databases
22
23
- .. tab-item:: pipx
+ .. tab-item:: uv
24
:sync: key2
25
26
+ .. code-block:: bash
27
+ :caption: Using `uv <https://docs.astral.sh/uv/>`_
28
+
29
+ uv add pytest-databases
30
31
+ .. tab-item:: pipx
32
+ :sync: key3
33
34
.. code-block:: bash
35
:caption: Using `pipx <https://pypa.github.io/pipx/>`_
36
0 commit comments