Remove ZeroMQ from install instructions

This commit is contained in:
ZeroNet 2015-05-03 13:12:25 +02:00
parent eddf3eb8fc
commit 95d28be4b9
1 changed files with 3 additions and 4 deletions

View File

@ -69,7 +69,6 @@ It downloads the latest version of ZeroNet then starts it automatically.
#### Alternative method for Windows by installing Python
* [Install Python 2.7](https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi)
* [Install Python ZeroMQ](http://zeronet.io/files/windows/pyzmq-14.4.1.win32-py2.7.exe)
* [Install Python Greenlet](http://zeronet.io/files/windows/greenlet-0.4.5.win32-py2.7.exe)
* [Install Python Gevent](http://zeronet.io/files/windows/gevent-1.0.1.win32-py2.7.exe)
* [Install Python MsgPack](http://zeronet.io/files/windows/msgpack-python-0.4.2.win32-py2.7.exe)
@ -82,7 +81,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
* `sudo apt-get update`
* `sudo apt-get install build-essential python-dev python-pip git`
* `sudo pip install pyzmq gevent msgpack-python`
* `sudo pip install gevent msgpack-python`
* `git clone https://github.com/HelloZeroNet/ZeroNet.git`
* `cd ZeroNet`
* Start with `python zeronet.py`
@ -91,14 +90,14 @@ It downloads the latest version of ZeroNet then starts it automatically.
#### 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`
* `python get-pip.py --user gevent msgpack-python`
* Start with `python zeronet.py`
### Mac
* Install [brew](http://brew.sh/)
* `brew install python`
* `pip install pyzmq gevent msgpack-python`
* `pip install gevent msgpack-python`
* [Download](https://github.com/HelloZeroNet/ZeroNet/archive/master.zip), Unpack, run `python zeronet.py`
## Current limitations