Thursday 26 May 2016

PYHTON INSTALLATION IN WINDOWS

                                        PYHTON INSTALLATION IN WINDOWS

1:Initially download python from given link
                              
                                                  PYTHON 3.5 DOWNLOAD LINK

2:Now just click on the download file and yow will see a window given below then click next and    proceed forward


3:After completing the installation now we have to set the environment variables to python
    Just click windows+x button and select system then a screen appear as shown below


4 Now select Advance system setting then screen will be appear as below

5 Now Click on environment variables then screen appear as below


6 Now click on New button then in the variable name field enter python
  
7 In the variable value field enter C:\Python27;C:\Python27\pyhton.exe;C:\Python27\Scripts;C:\Python27\Lib;

8 Finally open command prompt and enter pyhton then a screen will appear as below


9 Now you have successfully installed python

No comments:

Post a Comment