diff --git a/README.md b/README.md index bdbaae87..c36cc15a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index eef988d0..e5cfb71e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ gevent>=1.1.0 -msgpack-python>=0.4.4 +msgpack>=0.4.4