Use renamed msgpack pip package instead msgpack-python
This commit is contained in:
parent
357fd895bf
commit
9305612419
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
gevent>=1.1.0
|
||||
msgpack-python>=0.4.4
|
||||
msgpack>=0.4.4
|
||||
|
|
Loading…
Reference in a new issue