Wednesday, 11 August 2021

Installation of Python on windows

 Please follow below steps for installation of python on windows:-

1)Open the browser and enter the url https://www.python.org/downloads/



2) Go to downloads and select windows option.


3)Select version of python you want to install. In my case installing 3.8.7. Click on link as highlighted in below image.


4) Once you download the set up. Right click on setup and select run as administrator.


5)Select the option add python to path and click on customize installation.


6) Then click on next button.


7) In advanced options select the option as your choice. Browse the path of installation. Click on install button.


8) Wait for sometime.


9) Python setup installed successfully.


10
) To verify python installation, open cmd and run the command python.


So, in this way we can install Python on windows.

No comments:

Post a Comment