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 e52798a commit 5fe8b00Copy full SHA for 5fe8b00
docs/userguide.rst
@@ -18,11 +18,25 @@ This guide provides an overview of the key concepts and demonstrates how to star
18
Installation
19
############
20
21
-Install the library using pip:
+Choose your preferred installer:
22
23
-.. code-block:: bash
+.. tab:: pip
24
25
- $ pip install py-dependency-injection
+ .. code-block:: bash
26
+
27
+ python -m pip install py-dependency-injection
28
29
+.. tab:: Poetry
30
31
32
33
+ poetry add py-dependency-injection
34
35
+.. tab:: uv (fast)
36
37
38
39
+ uv add py-dependency-injection
40
41
The library supports Python versions 3.9 through 3.13.
42
0 commit comments