Updated readme. Pypubsub must be version 3.3.0, version 4.0 breaks compatibility with Python 2.x

This commit is contained in:
Jose Manuel Delicado 2017-01-16 10:38:15 +01:00
parent 232d39e0b3
commit 0851dc23d8

View File

@ -57,7 +57,7 @@ setuptools installs a script, called easy_install. You can find it in the python
The -z switch unzips the package, instead of installing it compressed. If you add the --upgrade switch, you can upgrade a package to its latest version. The following packages need to be installed: The -z switch unzips the package, instead of installing it compressed. If you add the --upgrade switch, you can upgrade a package to its latest version. The following packages need to be installed:
* pypubsub * pypubsub==3.3.0
* configobj * configobj
* requests-oauthlib * requests-oauthlib
* requests-toolbelt * requests-toolbelt
@ -71,7 +71,7 @@ setuptools installs a script, called easy_install. You can find it in the python
easy_install will automatically get the additional libraries that these packages need to work properly. 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: 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 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
#### Other dependencies #### Other dependencies