updated command to download from requirements

Many people seem to have a problem with pip so this updated command is a fix
This commit is contained in:
Siddharth Dushantha 2019-08-09 12:02:27 +02:00 committed by GitHub
parent 1c0dac4eeb
commit 75850fe3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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