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:
54541a9
)
Remove the easy_install section
author
Donald Stufft
<donald@stufft.io>
Fri, 2 May 2014 16:51:50 +0000
(12:51 -0400)
committer
Donald Stufft
<donald@stufft.io>
Fri, 2 May 2014 16:51:50 +0000
(12:51 -0400)
There's not a lot of good reason to actually call out easy_install at all.
Anyone who prefers it already knows it exists and everyone else should be
directed unambiguously towards pip.
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 734773aafd2e5d0a07ee7c4def5b8dd50d2cc247..521ab6f20905c51ad320ced1812f5ad5afe2b16b 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-64,14
+64,6
@@
To install Requests, simply:
$ pip install requests
-Or, if you absolutely must:
-
-.. code-block:: bash
-
- $ easy_install requests
-
-But, you really shouldn't do that.
-
Documentation
-------------