pip3 for clarity

This commit is contained in:
Nex 2021-07-31 19:48:19 +02:00
parent bc3634bf30
commit 1650aea248
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export PATH=$PATH:~/.local/bin
Then you can install MVT directly from [pypi](https://pypi.org/project/mvt/)
```bash
pip install mvt
pip3 install mvt
```
Or from the source code: