From 9b5884b65f34d8907cb25462ed5b54b58c7e1772 Mon Sep 17 00:00:00 2001 From: Mandar Gokhale Date: Mon, 7 Jul 2014 23:31:49 -0400 Subject: [PATCH 1/2] Format ``easy_install`` correctly --- docs/starting/install/linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index b2216aeea..5eaadbcea 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -34,7 +34,7 @@ your own Python software with very little work. To obtain the latest version of Setuptools for Linux, refer to the documentation available here: `unix-setuptools `_ -The new``easy_install`` command you have available is considered by many to be +The new ``easy_install`` command you have available is considered by many to be deprecated, so we will install its replacement: **pip**. Pip allows for uninstallation of packages, and is actively maintained, unlike easy_install. From 135e057c560d4b150b8b78dbd11073bcaa0f2f25 Mon Sep 17 00:00:00 2001 From: Mandar Gokhale Date: Mon, 7 Jul 2014 23:35:15 -0400 Subject: [PATCH 2/2] Monospace formatting for showing a command --- 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 85edc6088..556b1121b 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -73,7 +73,7 @@ command. It also enables you to add this network installation capability to your own Python software with very little work. Homebrew already installed Setuptools for you. -Happily, when you ran `brew install python`, Homebrew also installed **pip**. +Happily, when you ran ``brew install python``, Homebrew also installed **pip**. Pip allows for installation and uninstallation of packages, and is actively maintained.