From 59f8dfd94c483f281b834469a3349fb6f57a3762 Mon Sep 17 00:00:00 2001 From: twiecki Date: Wed, 7 May 2014 09:32:20 -0400 Subject: [PATCH] DOC: Add note on installation to setting up dev env. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12e80d53..757d656c 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,12 @@ mkvirtualenv zipline pip install -r ./etc/requirements_dev.txt ``` +Finally, install zipline in develop mode (from the zipline source root dir): + +``` +python setup.py develop +``` + Style Guide ------------