Update pavement.

This commit is contained in:
Stephen Diehl
2012-05-26 20:13:31 -04:00
parent 318d7ba678
commit 7c115a4afc
2 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
Zipline
=======
Zipline is a distributed realtime stream processing system.
Zipline is a realtime stream processing system.
System Setup
==============
@@ -16,7 +16,7 @@ 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_sci.txt
$ ./etc/ordered_pip.sh etc/requirements.txt
# And optionally:
$ ./etc/ordered_pip.sh etc/requirements_dev.txt