Installing Circus

Use pip:

$ pip install circus

Or download the archive on PyPI, extract and install it manually with:

$ python setup.py install

If you want to try out Circus, see the Examples.

More on Requirements

Circus uses:

  • Python 2.6, 2.7 (3.x needs to be tested)
  • zeromq >= 2.10

And on Python side:

  • pyzmq 2.2.0
  • iowait 0.1
  • psutil 0.4.1

You can install all the py dependencies with the pip-requirements.txt file we provide manually, or just install Circus and have the latest versions of those libraries pulled for you:

$ pip install -r pip-requirements.txt

If you want to run the Web console you will need more things:

Those can be installed with:

$ pip install -r web-requirements.txt

Table Of Contents

Previous topic

Circus: A Process & Socket Manager

Next topic

Configuration

This Page

Feedback