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.
This commit is contained in:
Donald Stufft
2014-05-02 12:51:50 -04:00
parent 54541a9927
commit 31762899a0
-8
View 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
-------------