Added a note to the Install page about 2.4 support.

Closes #71
This commit is contained in:
Paul J. Davis 2010-07-14 21:13:35 -04:00
parent d09f85edf0
commit 9a46f105f2
2 changed files with 22 additions and 1 deletions

View File

@ -47,6 +47,17 @@ $ sudo python ez_setup.py -U setuptools
<pre class="literal-block">
$ sudo easy_install -U gunicorn
</pre>
<div class="note">
<p class="first admonition-title">Note</p>
<p>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 <a class="reference external" href="http://github.com/tilgovi/gunicorn">here on github</a>. To install this version you must specify
the full url to something like <tt class="docutils literal">pip</tt>. This hasn't been tested
wtih <tt class="docutils literal">easy_install</tt> just yet:</p>
<pre class="last literal-block">
$ pip install git+http://github.com/tilgovi/gunicorn.git
</pre>
</div>
</div>
<div class="section" id="from-source">
<h2><a class="toc-backref" href="#contents">From Source</a></h2>

View File

@ -28,6 +28,15 @@ To install or upgrade to the latest released version of Gunicorn::
$ sudo easy_install -U 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 you must specify
the full url to something like ``pip``. This hasn't been tested
wtih ``easy_install`` just yet::
$ pip install git+http://github.com/tilgovi/gunicorn.git
From Source
-----------
@ -56,7 +65,7 @@ directory. This will allow you to keep up to date with development on GitHub as
well as make changes to the source::
$ python setup.py develop
Async Workers
-------------
@ -113,6 +122,7 @@ Fingerprint
.. _`design docs`: design.html
.. _git: http://git-scm.com/
.. _Eventlet: http://eventlet.net
.. _`here on github`: http://github.com/tilgovi/gunicorn
.. _Gevent: http://gevent.org
.. _libev: http://software.schmorp.de/pkg/libev.html
.. _Ubuntu: http://www.ubuntu.com/