Version: | 1.0.0 |
---|---|
Web: | http://faust.readthedocs.org/ |
Download: | http://pypi.python.org/pypi/faust |
Source: | http://github.com/robinhoodmarkets/faust |
Keywords: | KEYWORDS |
# I'm too lazy to edit the defaults.
You can install faust either via the Python Package Index (PyPI) or from source.
To install using pip,:
$ pip install -U faust
Download the latest version of faust from http://pypi.python.org/pypi/faust
You can install it by doing the following,:
$ tar xvfz faust-0.0.0.tar.gz $ cd faust-0.0.0 $ python setup.py build # python setup.py install
The last command must be executed as a privileged user if you are not currently using a virtualenv.
You can install the latest snapshot of faust using the following pip command:
$ pip install https://github.com/robinhoodmarkets/faust/zipball/master#egg=faust