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
1212
1313** Installing pyms with all dependencies**
1414```
15- pip install pyms [all]
15+ pip install py-ms [all]
1616```
1717* Installing minimun dependencies
1818```
19- pip install pyms
19+ pip install py-ms
2020```
2121* Installing request dependencies
2222```
23- pip install pyms [request]
23+ pip install py-ms [request]
2424```
2525* Installing swagger dependencies
2626```
27- pip install pyms [swagger]
27+ pip install py-ms [swagger]
2828```
2929* Installing metrics dependencies
3030```
31- pip install pyms [metrics]
31+ pip install py-ms [metrics]
3232```
3333* Installing trace dependencies
3434```
35- pip install pyms [trace]
35+ pip install py-ms [trace]
3636```
3737
3838See [ Quickstart] ( quickstart.md ) to continue with this tutorial
You can’t perform that action at this time.
0 commit comments