From aa0d3e06b1fda54c6c765ff5e39747a19d9be67c Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 12 Oct 2012 11:05:09 -0400 Subject: [PATCH] Removes outdated comments in README. Removes: - Reference to ZeroMQ, since the project no longer uses it. - Reference to requirements_sci.txt, since it has now been collapsed into requirements.txt --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 58e3c0b4..e1f665ad 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ Zipline is a realtime stream processing system. System Setup ============== -You need to have zeromq installed - http://www.zeromq.org/intro:get-the-software. - Running ------- @@ -16,7 +14,6 @@ Initial `virtualenv` setup:: $ mkvirtualenv zipline $ workon zipline # 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