From 19ab06c814db0c0114e690310c40c60c24ed18d7 Mon Sep 17 00:00:00 2001
From: "Paul J. Davis"
-$ pip install git+http://github.com/tilgovi/gunicorn.git +$ pip install -f http://github.com/tilgovi/gunicorn/tarball/py24 gunicorndiff --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 -----------