Skip to content

Commit ff65a10

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#84 from BrianPainter/master
Windows Installation - fixed formatting
2 parents 1a420a9 + 7be91a6 commit ff65a10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/starting/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ Prerequisites:
9292
Step 1: Set PATH variables
9393
--------------------------
9494
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.
95-
**Windows 7**:
96-
* Click Advanced System Settings from left hand list
95+
96+
* Click Advanced System Settings from left hand list (Advanced Tab on Windows XP)
97+
* Click Advanced System Settings from left hand list (On Windows XP click the Advanced Tab)
9798
* Click the Environment Variables button at the bottom
9899
* In the System variables section double click on the variable line named Path
99100
* Scroll to the end of the variable value field
100-
* add semicolon (;) if one doesn't exist and then type **C:\Python27\;C:\Python27\Scripts\**
101-
101+
* add semicolon (;) if one doesn't exist and then type ``C:\Python27\;C:\Python27\Scripts\``
102102

103103
Step 2: Install Distribute & Pip
104104
--------------------------------

0 commit comments

Comments
 (0)