diff --git a/README.md b/README.md index d9fb705f..d8d01a14 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network * `pip install pyzmq gevent msgpack-python` * Start with `python zeronet.py` -#### Without root access - +#### Other Linux or without root access +* Check your python version using `python --version` if the returned version is not `Python 2.7.X` then try `python2` or `python2.7` command and use it from now * `wget https://bootstrap.pypa.io/get-pip.py` * `python get-pip.py --user pyzmq gevent msgpack-python` * Start with `python zeronet.py`