mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 23:36:09 +08:00
DOC: Added missing etc path to README.md. Minor restructuring of text.
This commit is contained in:
@@ -15,11 +15,11 @@ Initial `virtualenv` setup::
|
||||
|
||||
$ mkvirtualenv zipline
|
||||
$ workon zipline
|
||||
#go get coffee, this will compile a heap of C/C++ code
|
||||
$ ./etc/ordered_pip.sh requirements_sci.txt
|
||||
$ ./etc/ordered_pip.sh requirements.txt
|
||||
#optionally
|
||||
$ ./etc/ordered_pip.sh requirements_dev.txt
|
||||
# Go get coffee, the following will compile a heap of C/C++ code
|
||||
$ ./etc/ordered_pip.sh etc/requirements_sci.txt
|
||||
$ ./etc/ordered_pip.sh etc/requirements.txt
|
||||
# And optionally:
|
||||
$ ./etc/ordered_pip.sh etc/requirements_dev.txt
|
||||
|
||||
|
||||
Develop
|
||||
|
||||
Reference in New Issue
Block a user