From 3e05a9d7f81633916885efdc5bd683028ef1a22b Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Fri, 4 Jul 2014 00:59:20 +0900 Subject: [PATCH] Use pip instead of easy_install --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 294848e7..ae7c8131 100644 --- a/README.rst +++ b/README.rst @@ -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_.