Skip to content

Commit

Permalink
Update readme with new requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
user234683 committed Apr 24, 2019
1 parent ba3b10e commit c466dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Download the zip file under the Releases page. Unzip it anywhere you choose.

### Linux/MacOS

Ensure you have python 3.5 or later installed. Then, install gevent, brotli, and PySocks by running
Ensure you have python 3.5 or later installed. Then, install gevent, brotli, PySocks, and urllib3 by running
```
pip3 install gevent brotli pysocks
pip3 install gevent brotli pysocks urllib3
```
**Note**: If pip isn't installed, install it according to [this answer](https://unix.stackexchange.com/a/182467), but make sure you run `python3 get-pip.py` instead of `python get-pip.py`

Expand Down

0 comments on commit c466dcd

Please sign in to comment.