diff --git a/README.md b/README.md index 192cee7a..2b0f776b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Although most dependencies can be found in the windows-dependencies directory, w * [Python,](http://python.org) version 2.7.13 If you want to build both x86 and x64 binaries, you can install python x86 to C:\python27 and python x64 to C:\python27x64, for example. -* [wxPython](http://www.wxpython.org) for Python 2.7, version 3.0.2.0 * [Python windows extensions (pywin32)](http://www.sourceforge.net/projects/pywin32/) for python 2.7, build 220 * [PyEnchant,](http://pythonhosted.org/pyenchant/) version 1.6.6. x64 version has been built by TWBlue developers, so you only will find it in windows-dependencies folder @@ -74,6 +73,11 @@ easy_install will automatically get the additional libraries that these packages Run the following command to quickly install and upgrade all packages and their dependencies: easy_install -Z --upgrade six configobj markdown future requests oauthlib requests-oauthlib requests-toolbelt pypubsub==3.3.0 pygeocoder arrow==0.6 python-dateutil futures winpaths PySocks win_inet_pton yandex.translate +#### Dependencies that must be installed using pip +WXPython must be installed using pip. To install it, run the following command: + + pip install -U --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython + #### Other dependencies These dependencies are located in the windows-dependencies directory. You don't need to install or modify them.