diff options
| author | Donald Stufft <donald@stufft.io> | 2014-05-02 12:51:50 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-05-02 12:51:50 -0400 |
| commit | 31762899a013276343c02c72960c0e48b02ed3d9 (patch) | |
| tree | acf5e31e7b5304513ed8a9bc7a66271c909d484e /README.rst | |
| parent | 54541a992751dafbfe0706a63fe71dc8801308a0 (diff) | |
| download | python-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.rst | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 ------------- |
