From 1ad176788b52bdc8cdf097020721c0cc7c3ff2cd Mon Sep 17 00:00:00 2001 From: tek Date: Fri, 24 Mar 2023 15:11:21 +0100 Subject: [PATCH] Updates install instructions from sources --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 46e03e9..15aa386 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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