From 2876c05e72ad4b76bbb43f76586242dd8f5deb80 Mon Sep 17 00:00:00 2001 From: Chris Streeter Date: Tue, 17 Mar 2015 18:15:00 -0700 Subject: [PATCH] Fix link to pip vs easy_install --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index ac2b5f7d6..367be136f 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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 `_, +that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways `_, and is actively maintained.