From efc49ebada0aaf7e73f3ab8a9c32a05d0fd27a60 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Sun, 5 Jun 2016 15:46:33 +0100 Subject: [PATCH] Clarified when pip is already installed --- docs/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index 119343af2..7b0b4bac8 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -7,8 +7,8 @@ Do I need to install pip? ------------------------- pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 -downloaded from `python.org `_, but you'll need to -:ref:`upgrade pip `. +binaries downloaded from `python.org `_, but you'll +need to :ref:`upgrade pip `. Additionally, pip will already be installed if you're working in a :ref:`Virtual Environment ` created by