Skip to content

Commit 5fe8b00

Browse files
committed
chore: add tabs with different installers to docs user guide
1 parent e52798a commit 5fe8b00

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

docs/userguide.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,25 @@ This guide provides an overview of the key concepts and demonstrates how to star
1818
Installation
1919
############
2020

21-
Install the library using pip:
21+
Choose your preferred installer:
2222

23-
.. code-block:: bash
23+
.. tab:: pip
2424

25-
$ pip install py-dependency-injection
25+
.. code-block:: bash
26+
27+
python -m pip install py-dependency-injection
28+
29+
.. tab:: Poetry
30+
31+
.. code-block:: bash
32+
33+
poetry add py-dependency-injection
34+
35+
.. tab:: uv (fast)
36+
37+
.. code-block:: bash
38+
39+
uv add py-dependency-injection
2640
2741
The library supports Python versions 3.9 through 3.13.
2842

0 commit comments

Comments
 (0)