Updates install instructions from sources

This commit is contained in:
tek 2023-03-24 15:11:21 +01:00
parent 11d58022cf
commit 1ad176788b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Then you can install MVT directly from [pypi](https://pypi.org/project/mvt/)
pip3 install mvt
```
Or from the source code:
If you want to have the latest features in development, you can install MVT directly from the source code. If you installed MVT previously from pypi, you should first uninstall it using `pip3 uninstall mvt` and then install from the source code:
```bash
git clone https://github.com/mvt-project/mvt.git