summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatricktokeeffe <patricktokeeffe@users.noreply.github.com>2014-06-19 14:27:22 -0700
committerpatricktokeeffe <patricktokeeffe@users.noreply.github.com>2014-06-19 14:27:22 -0700
commitbd476890757abff3c6eb9bb55ab273c2131a59f7 (patch)
tree70e6e3cd862ccee6f90923d0a77f1eb84ee13fb7
parent2b0b2f8ff3d5fc8674665c847cf9b1947f70418b (diff)
downloadpip-bd476890757abff3c6eb9bb55ab273c2131a59f7.tar.gz
Add note about updating system path
Remind users to update system path since script does not. Well, at least on Windows it doesn't update PATH. Perhaps this should be qualified?
-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
-----------