Improves documentation

This commit is contained in:
tek
2021-07-18 16:33:34 +02:00
parent da72dfe58e
commit ce9ee09c2d
10 changed files with 94 additions and 4 deletions

View File

@@ -32,7 +32,13 @@ If you haven't done so, you can add this to your `.bashrc` or `.zshrc` file in o
export PATH=$PATH:~/.local/bin
```
Then you can install MVT directly:
Then you can install MVT directly from [pypi](https://pypi.org/project/mvt/)
```bash
pip install mvt
```
Or from the source code:
```bash
git clone https://github.com/mvt-project/mvt.git