summaryrefslogtreecommitdiff
path: root/docs/installing.rst
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2016-06-05 15:46:33 +0100
committerPaul Moore <p.f.moore@gmail.com>2016-06-05 15:46:33 +0100
commitefc49ebada0aaf7e73f3ab8a9c32a05d0fd27a60 (patch)
treeda033fef9aadf503addf73f9e65d8677dd629375 /docs/installing.rst
parentb095e41a2a7407048d7a7892c885b9dc23cf5058 (diff)
downloadpip-efc49ebada0aaf7e73f3ab8a9c32a05d0fd27a60.tar.gz
Clarified when pip is already installed
Diffstat (limited to 'docs/installing.rst')
-rw-r--r--docs/installing.rst4
1 files 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 <https://www.python.org>`_, but you'll need to
-:ref:`upgrade pip <Upgrading pip>`.
+binaries downloaded from `python.org <https://www.python.org>`_, but you'll
+need to :ref:`upgrade pip <Upgrading pip>`.
Additionally, pip will already be installed if you're working in a :ref:`Virtual
Environment <pypug:Creating and using Virtual Environments>` created by