Skip to content

Commit ffdf863

Browse files
committed
chore(docs): add uv installation
1 parent bfdcc9a commit ffdf863

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@ Installing ``pytest-databases`` is as easy as calling your favorite Python packa
2020
2121
python3 -m pip install pytest-databases
2222
23-
.. tab-item:: pipx
23+
.. tab-item:: uv
2424
:sync: key2
2525

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+
2634
.. code-block:: bash
2735
:caption: Using `pipx <https://pypa.github.io/pipx/>`_
2836

0 commit comments

Comments
 (0)