Update README.md
This commit is contained in:
parent
ed9237f610
commit
b9cf5d97f6
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue