mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 11:25:04 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user