mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Github doesn't like the .. note: syntax.
This commit is contained in:
parent
32978af645
commit
b52d546651
@ -21,7 +21,7 @@ Or from Pypi::
|
||||
|
||||
$ easy_install -U gunicorn
|
||||
|
||||
.. note:
|
||||
::
|
||||
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
|
||||
@ -31,7 +31,7 @@ To install eventlet::
|
||||
|
||||
$ easy_install -U eventlet
|
||||
|
||||
.. note:
|
||||
::
|
||||
If you encounter errors when compiling the extensions for Eventlet_ or
|
||||
Gevent_ you most likely need to install a newer version of libev_.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user