Skip to content

Commit

Permalink
update py24 install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Leeds committed Sep 26, 2011
1 parent 734d028 commit 3438beb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Expand Up @@ -8,18 +8,19 @@ resource usage, and fairly speedy.

Feel free to join us in `#gunicorn`_ on freenode_.

This python 2.4 fork is maintained separately because it is not part of the
official distribution. It will not appear on pypi.

Installation
------------

Gunicorn requires **Python 2.x >= 2.5**. Python 3.x support is planned.

Install from sources::

$ python setup.py install

Or from Pypi::
Or from the Github tarball::

$ easy_install -U gunicorn
$ pip install http://github.com/tilgovi/gunicorn/tarball/py24

You may also want to install Eventlet_ or Gevent_ if you expect that your
application code may need to pause for extended periods of time during
Expand Down

0 comments on commit 3438beb

Please sign in to comment.