From 223ab2a3f3b85286dcd7619740734e98d6ea04d4 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sat, 17 May 2014 17:04:13 -0700 Subject: [PATCH] Remove reference to unmaintained py24 branch --- docs/source/install.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 0e1b2087..913a996d 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -10,14 +10,6 @@ To install the latest released version of Gunicorn:: $ pip install gunicorn -.. note:: - There is a limited support version of Gunicorn that is compatible - with Python 2.4. This fork is managed by Randall Leeds and can be - found `here on GitHub`_. To install this version via ``pip``, you - must specify the *py24* branch:: - - $ pip install git+https://github.com/tilgovi/gunicorn.git@py24 - From Source =========== @@ -154,7 +146,6 @@ Replace *lucid* with your Ubuntu distribution series. .. _`design docs`: design.html .. _Eventlet: http://eventlet.net -.. _`here on GitHub`: http://github.com/tilgovi/gunicorn .. _Gevent: http://gevent.org .. _libevent: http://monkey.org/~provos/libevent .. _Debian: http://www.debian.org/