File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ source venv/bin/activate
12
12
13
13
** Installing pyms with all dependencies**
14
14
```
15
- pip install pyms [all]
15
+ pip install py-ms [all]
16
16
```
17
17
* Installing minimun dependencies
18
18
```
19
- pip install pyms
19
+ pip install py-ms
20
20
```
21
21
* Installing request dependencies
22
22
```
23
- pip install pyms [request]
23
+ pip install py-ms [request]
24
24
```
25
25
* Installing swagger dependencies
26
26
```
27
- pip install pyms [swagger]
27
+ pip install py-ms [swagger]
28
28
```
29
29
* Installing metrics dependencies
30
30
```
31
- pip install pyms [metrics]
31
+ pip install py-ms [metrics]
32
32
```
33
33
* Installing trace dependencies
34
34
```
35
- pip install pyms [trace]
35
+ pip install py-ms [trace]
36
36
```
37
37
38
38
See [ Quickstart] ( quickstart.md ) to continue with this tutorial
You can’t perform that action at this time.
0 commit comments