Fix link to pip vs easy_install

This commit is contained in:
Chris Streeter
2015-03-17 18:15:00 -07:00
parent 0b0990be32
commit 2876c05e72
+1 -1
View File
@@ -73,7 +73,7 @@ software over a network (usually the Internet) with a single command
capability to your own Python software with very little work.
``pip`` is a tool for easily installing and managing Python packages,
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways <https://python-packaging-user-guide.readthedocs.org/en/latest/pip_easy_install.html#pip-vs-easy-install>`_,
and is actively maintained.