From 13078ff627024529dfc0a048172947e9a6d80b89 Mon Sep 17 00:00:00 2001 From: Ann Paul Date: Fri, 2 Oct 2015 21:50:48 -0700 Subject: [PATCH] Fix link to pip vs easy_install comparison --- 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 28b1800e6..fdf76dd1a 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.