Update url for pip vs easy_install in docs/install

The page referred to in the pip documentation has been moved. It
discusses the features that pip offers over easy_install.
This commit is contained in:
Benjamin Woodruff 2012-10-31 21:23:49 -03:00
parent e75c3c1a66
commit b29007a0df
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
$ easy_install tablib
But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/index.html#pip-compared-to-easy-install>`_.
But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install>`_.