Incorporate changes suggested by @sigmavirus24

This commit is contained in:
Mandar Gokhale
2014-08-07 23:14:08 -04:00
parent 24c1c24062
commit 102ab34676
+2 -3
View File
@@ -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 <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://pip.pypa.io/en/1.5.X/other-tools.html#easy-install>`_,
and is actively maintained.