DOC: Add note on installation to setting up dev env.

This commit is contained in:
twiecki
2014-05-07 09:32:20 -04:00
parent c9a75c7b42
commit 59f8dfd94c
+6
View File
@@ -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
------------