diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 7f1d395..a8fd5a9 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -65,7 +65,7 @@ This will take a minute or two. Setuptools & Pip ---------------- -Homebrew also installs Setuptools and `pip` for you. +Homebrew installs Setuptools and ``pip`` for you. Setuptools enables you to download and install any compliant Python software over a network (usually the Internet) with a single command @@ -73,8 +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 often recommended over ``easy_install``. It improves over -``easy_install`` in `several ways `_, +that is recommended over ``easy_install``. It is superior to ``easy_install`` in `several ways `_, and is actively maintained.