pip3 for clarity

This commit is contained in:
Nex 2021-07-31 19:48:19 +02:00
parent bc3634bf30
commit 1650aea248

View File

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