From c466dcdebea119abb36f12d18a9764014f697dbb Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 23 Apr 2019 23:12:48 -0700 Subject: Update readme with new requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 34066d0..92bbcbf 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3