From 4c852e31b5bfc893ad591dfeadfbb40b84f7e4a1 Mon Sep 17 00:00:00 2001 From: Brian Painter Date: Wed, 18 Jan 2012 08:49:26 -0500 Subject: [PATCH] Fixed Style First time using the style --- docs/starting/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index f567f38..433a73f 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -92,12 +92,12 @@ Prerequisites: 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 +**Windows 7** +* Click Advanced System Settings from left hand list (Advanced Tab on Windows XP) * 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\** +* add semicolon (;) if one doesn't exist and then type ``C:\Python27\;C:\Python27\Scripts\`` Step 2: Install Distribute & Pip