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
This commit is contained in:
Eddie Hebert
2012-10-12 11:05:09 -04:00
parent 699c304321
commit aa0d3e06b1
-3
View File
@@ -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