Skip to content

Commit

Permalink
Use renamed msgpack pip package instead msgpack-python
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Feb 23, 2018
1 parent 357fd89 commit 9305612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gevent>=1.1.0
msgpack-python>=0.4.4
msgpack>=0.4.4

0 comments on commit 9305612

Please sign in to comment.