From 19ab06c814db0c0114e690310c40c60c24ed18d7 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 23 Jul 2010 21:00:14 -0400 Subject: [PATCH] Update Python 2.4 installation note. Thanks to Randall Leeds --- doc/htdocs/install.html | 2 +- doc/site/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/htdocs/install.html b/doc/htdocs/install.html index 9ee4fe02..0e9409ca 100644 --- a/doc/htdocs/install.html +++ b/doc/htdocs/install.html @@ -55,7 +55,7 @@ found he 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
 
diff --git a/doc/site/install.rst b/doc/site/install.rst index f82544f3..e9c175bb 100644 --- a/doc/site/install.rst +++ b/doc/site/install.rst @@ -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 -----------