Use pip instead of easy_install

This commit is contained in:
INADA Naoki 2014-07-04 00:59:20 +09:00
parent ce1b29f66b
commit 3e05a9d7f8

View File

@ -29,7 +29,7 @@ Install from sources::
Or from Pypi::
$ easy_install -U gunicorn
$ pip 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
@ -38,7 +38,7 @@ want to consider one of the alternate worker types.
To install eventlet::
$ easy_install -U eventlet
$ pip 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_ or libevent_.