summaryrefslogtreecommitdiff
path: root/docs/user/install.rst
diff options
context:
space:
mode:
authorzed <arn.zart+github@gmail.com>2011-08-14 17:46:43 +0400
committerzed <arn.zart+github@gmail.com>2011-08-14 17:46:43 +0400
commitc4c86fd6e8f7400d0a8d3bf656db201ed7bec767 (patch)
treede9a3aded4dd66cb7d33d398b15c409d6c4b86e8 /docs/user/install.rst
parent9469b4bb6939e84b4539e6cd854e12c3d6b5d1fb (diff)
downloadpython-requests-c4c86fd6e8f7400d0a8d3bf656db201ed7bec767.tar.gz
fix typo
Diffstat (limited to 'docs/user/install.rst')
-rw-r--r--docs/user/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/install.rst b/docs/user/install.rst
index cd811ab7..28f3c2bb 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -15,7 +15,7 @@ Installing requests is simple with `pip <http://www.pip-installer.org/>`_::
or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
- $ easy_install install requests
+ $ easy_install requests
But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/index.html#pip-compared-to-easy-install>`_.