From b9cf5d97f696794a9fdd788f4c3d5075726e3dfc Mon Sep 17 00:00:00 2001 From: ZeroNet Date: Wed, 11 Mar 2015 16:33:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`