From 55b8ccbb3caceb7e5a53f7fecee3cbb7851ba38e Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Mon, 9 Apr 2012 18:51:33 -0300 Subject: [PATCH] DOC: Added missing etc path to README.md. Minor restructuring of text. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbc53ebf..88c1bec3 100644 --- a/README.md +++ b/README.md @@ -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