Configurating and Installing Python 2.7 (Optional)

media_1361608401879.png
media_1361608415763.png
media_1361608727747.png
media_1361608736639.png
media_1361608755476.png
media_1361608766641.png
Click Finish

System Properties

media_1361608890300.png

Environment Variables

media_1361609005489.png
Set the system’s PATH variable to include directories that include Python components and packages we’ll add later. To do this:
Right-click Computer and select Properties.
In the dialog box, select Advanced System Settings.
In the next dialog, select Environment Variables.

Edit System Variable

media_1361609041253.png
In the User Variables section, edit the PATH statement to include this:
C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;

Command Prompt

media_1361609162154.png
Type python to verify that it is working.