Update Python 2.4 installation note.

Thanks to Randall Leeds
This commit is contained in:
Paul J. Davis 2010-07-23 21:00:14 -04:00
parent 93ad20e4fc
commit 19ab06c814
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ found <a class="reference external" href="http://github.com/tilgovi/gunicorn">he
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
$ pip install -f http://github.com/tilgovi/gunicorn/tarball/py24 gunicorn
</pre>
</div>
</div>

View File

@ -35,7 +35,7 @@ To install or upgrade to the latest released version of Gunicorn::
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
$ pip install -f http://github.com/tilgovi/gunicorn/tarball/py24 gunicorn
From Source
-----------