From 75850fe3c7b102fcd3bac6501b8a4a9a6ce6d5e7 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 9 Aug 2019 12:02:27 +0200 Subject: [PATCH] updated command to download from requirements Many people seem to have a problem with pip so this updated command is a fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8edb6..9928ec4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ cd sherlock # install python3 and python3-pip if they are not installed # install the requirements -$ pip3 install -r requirements.txt +$ python3 -m pip install -r requirements.txt ``` ## Usage