From: Marc Schlaich Date: Thu, 12 Jul 2012 07:22:12 +0000 (+0300) Subject: This shouldn't be here anymore. X-Git-Tag: v0.13.3~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea99d5e0d962b48ecc6ced6e218ad85fc12ee56e;p=services%2Fpython-requests.git This shouldn't be here anymore. --- diff --git a/docs/user/install.rst b/docs/user/install.rst index 9143aea..8da91e1 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -54,25 +54,3 @@ Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:: $ python setup.py install - -.. _gevent: - -Installing Gevent ------------------ - -If you are using the ``requests.async`` module for making concurrent -requests, you need to install gevent. - -To install gevent, you'll need ``libevent``. - -OSX:: - - $ brew install libevent - -Ubuntu:: - - $ apt-get install libevent-dev - -Once you have ``libevent``, you can install ``gevent`` with ``pip``:: - - $ pip install gevent