Blargh. RST is touchy stuff.

This commit is contained in:
Paul J. Davis 2010-05-06 19:36:17 -04:00
parent b52d546651
commit 90f5c91590

View File

@ -22,6 +22,7 @@ Or from Pypi::
$ easy_install -U gunicorn $ easy_install -U gunicorn
:: ::
You may also want to install Eventlet_ or Gevent_ if you expect that your 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 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 request processing. Check out the FAQ_ for more information on when you'll
@ -32,6 +33,7 @@ To install eventlet::
$ easy_install -U eventlet $ easy_install -U eventlet
:: ::
If you encounter errors when compiling the extensions for Eventlet_ or If you encounter errors when compiling the extensions for Eventlet_ or
Gevent_ you most likely need to install a newer version of libev_. Gevent_ you most likely need to install a newer version of libev_.