diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-04-23 23:12:48 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-04-23 23:12:48 -0700 |
commit | c466dcdebea119abb36f12d18a9764014f697dbb (patch) | |
tree | c1d7dc0cfc8fae2a38bf7c1027d16381e7b417ad /README.md | |
parent | ba3b10eddaebdc74594b58d2dfc33514cb71082b (diff) | |
download | yt-local-c466dcdebea119abb36f12d18a9764014f697dbb.tar.lz yt-local-c466dcdebea119abb36f12d18a9764014f697dbb.tar.xz yt-local-c466dcdebea119abb36f12d18a9764014f697dbb.zip |
Update readme with new requirement
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |