mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
update README for eventlet/Gevent
This commit is contained in:
parent
f3a8c224ab
commit
3b2788e3a2
@ -17,6 +17,14 @@ Install from sources::
|
|||||||
Or from Pypi::
|
Or from Pypi::
|
||||||
|
|
||||||
$ easy_install -U gunicorn
|
$ easy_install -U gunicorn
|
||||||
|
|
||||||
|
If you want to handle `sleepy application <faq.html>`_ you will need to install `Eventlet`_ or `Gevent`_.
|
||||||
|
|
||||||
|
To install eventlet::
|
||||||
|
|
||||||
|
$ easy_install -U eventlet
|
||||||
|
|
||||||
|
Replace `eventlet` by **gevent** if you want to use `gevent`. You can now launch gunicorn with Eventlet or Gevent arbiter, see `Gunicorn usage <http://gunicorn.org/usage.html>`_ for more information.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user