diff options
| author | zed <arn.zart+github@gmail.com> | 2011-08-14 17:46:43 +0400 |
|---|---|---|
| committer | zed <arn.zart+github@gmail.com> | 2011-08-14 17:46:43 +0400 |
| commit | c4c86fd6e8f7400d0a8d3bf656db201ed7bec767 (patch) | |
| tree | de9a3aded4dd66cb7d33d398b15c409d6c4b86e8 /docs/user/install.rst | |
| parent | 9469b4bb6939e84b4539e6cd854e12c3d6b5d1fb (diff) | |
| download | python-requests-c4c86fd6e8f7400d0a8d3bf656db201ed7bec767.tar.gz | |
fix typo
Diffstat (limited to 'docs/user/install.rst')
| -rw-r--r-- | docs/user/install.rst | 2 |
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>`_. |
