Use renamed msgpack pip package instead msgpack-python

This commit is contained in:
shortcutme 2018-02-23 16:05:03 +01:00
parent 357fd895bf
commit 9305612419
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ set `ENABLE_TOR` environment variable to `true` (Default: `false`). E.g.:
* `virtualenv env`
* `source env/bin/activate`
* `pip install msgpack-python gevent`
* `pip install msgpack gevent`
* `python2 zeronet.py`
* Open http://127.0.0.1:43110/ in your browser

View File

@ -1,2 +1,2 @@
gevent>=1.1.0
msgpack-python>=0.4.4
msgpack>=0.4.4