Merge pull request #3779 from pfmoore/doc_fix

Clarified when pip is already installed
This commit is contained in:
Paul Moore 2016-06-05 16:42:44 +01:00
commit a624498b61
1 changed files with 2 additions and 2 deletions

View File

@ -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