projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23aa6c4
)
This shouldn't be here anymore.
author
Marc Schlaich
<marc.schlaich@googlemail.com>
Thu, 12 Jul 2012 07:22:12 +0000
(10:22 +0300)
committer
Marc Schlaich
<marc.schlaich@googlemail.com>
Thu, 12 Jul 2012 07:22:12 +0000
(10:22 +0300)
docs/user/install.rst
patch
|
blob
|
history
diff --git
a/docs/user/install.rst
b/docs/user/install.rst
index 9143aea473f1b2107d0feff0d12e4bcc163f43a0..8da91e1688332cb626e5700339465e2c6577be40 100644
(file)
--- 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