From f905f019a6dc72a851433af2764c242fa86242a7 Mon Sep 17 00:00:00 2001 From: Ashley Perpetual Date: Wed, 2 Mar 2016 18:24:06 +0800 Subject: [PATCH] Added virtualenv section to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 52d24d1f..bc792db3 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,13 @@ It downloads the latest version of ZeroNet then starts it automatically. * `docker run -p 15441:15441 -p 43110:43110 nofish/zeronet` * Open http://127.0.0.1:43110/ in your browser +### Virtualenv + +* virtualenv env +* . env/bin/activate +* pip install msgpack-python gevent +* python zeronet.py + ## Current limitations * No torrent-like, file splitting for big file support