From 2276df4f1b80381aed2e37669d95996543bd3088 Mon Sep 17 00:00:00 2001 From: Runa Sandvik Date: Tue, 20 Jul 2021 17:55:22 -0400 Subject: [PATCH] Update README.md Use pip3 to install mvt from pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863681f..108f328 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Mobile Verification Toolkit (MVT) is a collection of utilities to simplify and a First you need to install dependencies, on Linux `sudo apt install python3 python3-pip libusb-1.0-0` or on MacOS `brew install python3 libusb`. -Then you can install mvt from pypi with `pip install mvt`, or directly form sources: +Then you can install mvt from pypi with `pip3 install mvt`, or directly form sources: ```bash git clone https://github.com/mvt-project/mvt.git cd mvt