mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
Rearrange test case / file layout a bit.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Zipline
|
||||
=======
|
||||
|
||||
Zipline is a distributed realtime stream processing system.
|
||||
|
||||
System Setup
|
||||
==============
|
||||
|
||||
|
||||
You need to have zeromq installed - http://www.zeromq.org/intro:get-the-software.
|
||||
|
||||
Running
|
||||
@@ -55,7 +60,7 @@ QBT relies heavily on scientific python components (numpy, scikit, pandas, matpl
|
||||
- mac: homebrew/macport/fink (I highly recommend homebrew: https://github.com/mxcl/homebrew)
|
||||
- windows: probably best if you use a complete distribution, like: enthought, ActiveState, or Python(x,y)
|
||||
- Python also provides good package management tools to help you manage the components you install for Python.
|
||||
- pip
|
||||
- pip
|
||||
- easy_install/setuptools. I have always used setuptools, and I've been quite happy with it. Just remember that setuptools is coupled to your python version.
|
||||
- virtualenv and virtualenvwrapper are your very best friends. They complement your python package manager by allowing you to create and quickly switch between named configurations.
|
||||
- *Install all the versions of Python you like to use, but install setuptools, virtualenv, and virtualenvwrapper with the very latest python.* Use the latest python to install the latest setuptools, and the latest setuptools to install virtualenv and virtualenvwrapper. virtualenvwrapper allows you to specify the python version you wish to use (mkvirtualenv -p <python executable> <env name>), so you can create envs of any python denomination.
|
||||
|
||||
Reference in New Issue
Block a user