Skip to content

Commit

Permalink
Update tutorial with new versions of python and libzmq
Browse files Browse the repository at this point in the history
libzmq-dev is now libzmq3-dev and we no longer support older version of python. The bad thing is that with new python versions circus-web is broken and you can't actually follow the guide.
  • Loading branch information
biozz committed Aug 7, 2020
1 parent 2bedab0 commit 9398e15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/tutorial/step-by-step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ We're going to supervise a WSGI application.
Installation
------------

Circus is tested on Mac OS X and Linux with the latest Python 2.7,
3.2 and 3.3. To run a full Circus, you will also need **libzmq**,
Circus is tested on Mac OS X and Linux with the latest Python 3.5+. To run a full Circus, you will also need **libzmq**,
**libevent** & **virtualenv**.

On Debian-based systems::

$ sudo apt-get install libzmq-dev libevent-dev python-dev python-virtualenv
$ sudo apt-get install libzmq3-dev libevent-dev python-dev python-virtualenv

Create a virtualenv and install *circus*, *circus-web* and *chaussette*
in it ::
Expand Down

0 comments on commit 9398e15

Please sign in to comment.