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 b015815 commit c28028eCopy full SHA for c28028e
README.md
@@ -10,7 +10,7 @@ Fast and easy dependency injection framework.
10
⚠️ _Requires Python 3.10 or higher_
11
12
```bash
13
-pip install injection
+pip install python-injection
14
```
15
16
## How to use
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "injection"
+name = "python-injection"
3
version = "0.0.0"
4
description = "Fast and easy dependency injection framework."
5
authors = ["remimd"]
0 commit comments