Skip to content

Commit

Permalink
Fix link to pip vs easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed Mar 18, 2015
1 parent 0b0990b commit 2876c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/starting/install/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 2876c05

Please sign in to comment.