summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-06-25 22:31:30 -0400
committerDonald Stufft <donald@stufft.io>2014-06-25 22:31:30 -0400
commitf78d128af8d189f7377da98d55e10e30f0dda42a (patch)
tree70e6e3cd862ccee6f90923d0a77f1eb84ee13fb7
parent2b0b2f8ff3d5fc8674665c847cf9b1947f70418b (diff)
parentbd476890757abff3c6eb9bb55ab273c2131a59f7 (diff)
downloadpip-f78d128af8d189f7377da98d55e10e30f0dda42a.tar.gz
Merge pull request #1888 from patricktokeeffe/patch-1
Add note about updating system path
-rw-r--r--docs/installing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing.rst b/docs/installing.rst
index ab0083503..caf4e7c83 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -32,6 +32,8 @@ install `setuptools`_ for you. [2]_
To upgrade an existing `setuptools`_ (or `distribute`_), run ``pip install -U setuptools`` [3]_
+To enable the use of pip from the command line, ensure the ``Scripts`` subdirectory of
+your Python installation is available on the system PATH. (This is not done automatically.)
Upgrade pip
-----------