From b414a7588521ddd7f877d7595faaefd531ba3bde Mon Sep 17 00:00:00 2001 From: ZeroNet Date: Sat, 11 Apr 2015 12:36:44 +0200 Subject: [PATCH] Mac install method (i think) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e3e4f99a..1544b74e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,13 @@ It downloads the latest version of ZeroNet then starts it automatically. * `python get-pip.py --user pyzmq gevent msgpack-python` * Start with `python zeronet.py` +## Mac + + * Install [brew](http://brew.sh/) + * `brew install python` + * `pip install pyzmq gevent msgpack-python` + * [Download](https://github.com/HelloZeroNet/ZeroNet/archive/master.zip), Unpack, run `python zeronet.py` + ## Current limitations * No torrent-like, file splitting for big file support