We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87601dc commit c4b9f80Copy full SHA for c4b9f80
1 file changed
docs/installation.md
@@ -12,27 +12,27 @@ source venv/bin/activate
12
13
**Installing pyms with all dependencies**
14
```
15
-pip install pyms[all]
+pip install py-ms[all]
16
17
* Installing minimun dependencies
18
19
-pip install pyms
+pip install py-ms
20
21
* Installing request dependencies
22
23
-pip install pyms[request]
+pip install py-ms[request]
24
25
* Installing swagger dependencies
26
27
-pip install pyms[swagger]
+pip install py-ms[swagger]
28
29
* Installing metrics dependencies
30
31
-pip install pyms[metrics]
+pip install py-ms[metrics]
32
33
* Installing trace dependencies
34
35
-pip install pyms[trace]
+pip install py-ms[trace]
36
37
38
See [Quickstart](quickstart.md) to continue with this tutorial
0 commit comments