From 8d48118a5f4a1e855614a8862ba0c7d27c78294a Mon Sep 17 00:00:00 2001 From: BrianPainter Date: Wed, 18 Jan 2012 08:32:16 -0500 Subject: [PATCH] Update docs/starting/installation.rst --- docs/starting/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 2f64d6e..aa2c9e7 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -93,15 +93,14 @@ Step 1: Set PATH variables -------------------------- If you haven't set your PATH variables as part of the Python2.7 install, now is the time to do that. Right click on My Computer and select properties. -**Windows 7** - -* Click Advanced System Settings from left hand list +* Click Advanced System Settings from left hand list (On Windows XP click the Advanced Tab) * Click the Environment Variables button at the bottom * In the System variables section double click on the variable line named Path * Scroll to the end of the variable value field * add semicolon (;) if one doesn't exist and then type ``C:\Python27\;C:\Python27\Scripts\`` + Step 2: Install Distribute & Pip --------------------------------