From 90f5c915909174c38629131bdef970cc5a387d2a Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Thu, 6 May 2010 19:36:17 -0400 Subject: [PATCH] Blargh. RST is touchy stuff. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 1a987ca9..79e4e92e 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,7 @@ Or from Pypi:: $ easy_install -U gunicorn :: + You may also want to install Eventlet_ or Gevent_ if you expect that your application code may need to pause for extended periods of time during request processing. Check out the FAQ_ for more information on when you'll @@ -32,6 +33,7 @@ To install eventlet:: $ easy_install -U eventlet :: + If you encounter errors when compiling the extensions for Eventlet_ or Gevent_ you most likely need to install a newer version of libev_.