Remove the easy_install section
authorDonald Stufft <donald@stufft.io>
Fri, 2 May 2014 16:51:50 +0000 (12:51 -0400)
committerDonald 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

index 734773aafd2e5d0a07ee7c4def5b8dd50d2cc247..521ab6f20905c51ad320ced1812f5ad5afe2b16b 100644 (file)
@@ -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
 -------------