mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Added support for socks4 and socks5 proxies. New Python packages must be installed, see readme for more information
This commit is contained in:
@@ -68,10 +68,12 @@ setuptools installs a script, called easy_install. You can find it in the python
|
||||
* markdown
|
||||
* winpaths
|
||||
* microsofttranslator
|
||||
* PySocks
|
||||
* win_inet_pton
|
||||
|
||||
easy_install will automatically get the additional libraries that these packages need to work properly.
|
||||
Run the following command to quickly install and upgrade all packages and their dependencies:
|
||||
easy_install -Z --upgrade six configobj goslate markdown future suds requests oauthlib requests-oauthlib requests-toolbelt pypubsub==3.3.0 pygeocoder arrow==0.6 python-dateutil futures microsofttranslator winpaths
|
||||
easy_install -Z --upgrade six configobj goslate markdown future suds requests oauthlib requests-oauthlib requests-toolbelt pypubsub==3.3.0 pygeocoder arrow==0.6 python-dateutil futures microsofttranslator winpaths PySocks win_inet_pton
|
||||
|
||||
#### Other dependencies
|
||||
|
||||
|
Reference in New Issue
Block a user