From bdd0c0c0277b3576623a330d3296ce21da816b1e Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 8 Oct 2015 14:15:31 +0100 Subject: [PATCH] Updated as per feedback. --- docs/starting/install/linux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index 86d0735..cde4087 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -33,7 +33,7 @@ Setuptools & Pip The two most crucial third-party Python packages are `setuptools `_ and `pip `_. -Once installed, you can download, install & uninstall any compliant Python software +Once installed, you can download, install and uninstall any compliant Python software product with a single command. It also enables you to add this network installation capability to your own Python software with very little work. @@ -44,7 +44,7 @@ To see if pip is installed, open a command prompt and run .. code-block:: console - $ pip --version + $ command -v pip To install pip, `follow the official pip installation guide `_ - this will automatically install the latest version of setuptools.