DOC: Added missing etc path to README.md. Minor restructuring of text.

This commit is contained in:
Thomas Wiecki
2012-04-09 18:51:33 -03:00
parent 6bc3e7df20
commit 55b8ccbb3c
+5 -5
View File
@@ -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