Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/starting/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ 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

* Click Advanced System Settings from left hand list (Advanced Tab on Windows XP)
* 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\**

* add semicolon (;) if one doesn't exist and then type ``C:\Python27\;C:\Python27\Scripts\``

Step 2: Install Distribute & Pip
--------------------------------
Expand Down