Skip to content

Commit

Permalink
Merge pull request #1139 from biozz/f/1138_update_tutorial
Browse files Browse the repository at this point in the history
Update tutorial with new versions of python and libzmq
  • Loading branch information
k4nar authored Aug 10, 2020
2 parents 3d6f03c + 9398e15 commit 6ea773a
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 6ea773a

Please sign in to comment.