summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-02 12:51:50 -0400
committerDonald Stufft <donald@stufft.io>2014-05-02 12:51:50 -0400
commit31762899a013276343c02c72960c0e48b02ed3d9 (patch)
treeacf5e31e7b5304513ed8a9bc7a66271c909d484e /README.rst
parent54541a992751dafbfe0706a63fe71dc8801308a0 (diff)
downloadpython-requests-31762899a013276343c02c72960c0e48b02ed3d9.tar.gz
Remove the easy_install section
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 734773aa..521ab6f2 100644
--- 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
-------------