Update README.md

This commit is contained in:
ZeroNet 2015-03-11 16:33:51 +01:00
parent ed9237f610
commit b9cf5d97f6
1 changed files with 2 additions and 2 deletions

View File

@ -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`