updated command to download from requirements

Many people seem to have a problem with pip so this updated command is a fix
pull/302/head
Siddharth Dushantha 5 years ago committed by GitHub
parent 1c0dac4eeb
commit 75850fe3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save