mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fixed formatting
First time using this formatting, fixed my errors
This commit is contained in:
@@ -92,22 +92,14 @@ Prerequisites:
|
|||||||
Step 1: Set PATH variables
|
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.
|
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.
|
||||||
<<<<<<< HEAD
|
|
||||||
**Windows 7**
|
**Windows 7**
|
||||||
* Click Advanced System Settings from left hand list (Advanced Tab on Windows XP)
|
* 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 Advanced System Settings from left hand list (On Windows XP click the Advanced Tab)
|
||||||
>>>>>>> 8d48118a5f4a1e855614a8862ba0c7d27c78294a
|
|
||||||
* Click the Environment Variables button at the bottom
|
* Click the Environment Variables button at the bottom
|
||||||
* In the System variables section double click on the variable line named Path
|
* In the System variables section double click on the variable line named Path
|
||||||
* Scroll to the end of the variable value field
|
* 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\``
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> 8d48118a5f4a1e855614a8862ba0c7d27c78294a
|
|
||||||
|
|
||||||
|
|
||||||
Step 2: Install Distribute & Pip
|
Step 2: Install Distribute & Pip
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user