Skip to content

Commit

Permalink
fix: docs (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: = <=>
  • Loading branch information
fabianfalon committed Apr 15, 2020
1 parent 87601dc commit c4b9f80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ source venv/bin/activate

**Installing pyms with all dependencies**
```
pip install pyms[all]
pip install py-ms[all]
```
* Installing minimun dependencies
```
pip install pyms
pip install py-ms
```
* Installing request dependencies
```
pip install pyms[request]
pip install py-ms[request]
```
* Installing swagger dependencies
```
pip install pyms[swagger]
pip install py-ms[swagger]
```
* Installing metrics dependencies
```
pip install pyms[metrics]
pip install py-ms[metrics]
```
* Installing trace dependencies
```
pip install pyms[trace]
pip install py-ms[trace]
```

See [Quickstart](quickstart.md) to continue with this tutorial

0 comments on commit c4b9f80

Please sign in to comment.