mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 21:40:56 +08:00
DEV: Add notes on dependency installation to README
This commit is contained in:
@@ -143,6 +143,20 @@ Thank you for all the help so far!
|
||||
|
||||
(alert us if we've inadvertantly missed listing you here!)
|
||||
|
||||
Development Environment
|
||||
-----------------------
|
||||
|
||||
The following guide assumes your system has [virtualenvwrapper](https://bitbucket.org/dhellmann/virtualenvwrapper)
|
||||
and [pip](http://www.pip-installer.org/en/latest/) already installed.
|
||||
|
||||
Suggested installation of Python library dependencies used for development:
|
||||
|
||||
```
|
||||
mkvirtualenv zipline
|
||||
./etc/ordered_pip.sh ./etc/requirements.txt
|
||||
pip install -r ./etc/requirements_dev.txt
|
||||
```
|
||||
|
||||
Style Guide
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user