summaryrefslogtreecommitdiff
path: root/docs/installing.rst
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-01-20 20:59:27 -0800
committerMarcus Smith <qwcode@gmail.com>2014-01-20 20:59:27 -0800
commitb0b7a39696c3b0e13eff07d424b9b11723a9335c (patch)
treec0b03bf5403a206d744ac02b40388479be784e43 /docs/installing.rst
parent8491f9fa15cbcaa857c6023c2e15042dcdf660c4 (diff)
downloadpip-b0b7a39696c3b0e13eff07d424b9b11723a9335c.tar.gz
docs fixes since the merge
Diffstat (limited to 'docs/installing.rst')
-rw-r--r--docs/installing.rst14
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/installing.rst b/docs/installing.rst
index 0678862b9..9a8e739d1 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -20,18 +20,12 @@ pip works on Unix/Linux, OS X, and Windows.
Install or Upgrade pip
----------------------
-Beginning with pip v1.5.1, pip can execute all of it's commands, and install
-from :ref:`wheels <Building and Installing Wheels>`, without having
-`setuptools`_ installed. `setuptools`_ is required when installing from Source
-Distributions (i.e the `*.tar.gz` or `*.zip` files from PyPI).
+To install pip, securely download `get-pip.py
+<https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_. [1]_
-To install pip, securely download `get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_. [2]_
+Then run the following (which may require administrator access):
-Then run the following (which may require administrator access), to install (or upgrade to) the
-latest version of pip::
-
-
-Then run the following (which may require administrator access)::
+::
$ python get-pip.py