Your ultimate guide

Python Installation


 

How to Install Python on Windows:

1. Open a browser to the Python website and download the Windows installer.


2. Double-click on the download file and ensure that Python is added to your path. Click on "Customize installation". instead of Customize installation we can also click on Install Now, then it will automatically install all recommended setups.

3. In this Optional Features leave all options as default, just click on the Next button.


4. Browse the install location where you need to install and click the Install button. 

5. Click on Disable path length limit and then click on Close.



To Check whether Python is installed or not in your PC:
1. Open the Command Prompt app in the Start menu.
2. Type the python --version Command, and press Enter Key. Then it shows the version of Python you're installed.




No comments:

Post a Comment