How to set up Python Environment in Windows
Windows computers don't usually come with Python preinstalled. To check if your computer already has Python installed, run the command python --version in command prompt.
Now let's see how to install python on Windows.
Now let's see how to install python on Windows.
- Open browser and navigate to the Official Python Download page.
- Under the section Python Releases for Windows, click Latest Python 3 Release link.
- In the page that appears, under the section Files select either Windows x86-64 executable installer for 64-bit or Windows x86 executable installer for 32-bit.
- Once the file is downloaded, run the installation file.
- In the window that appears, be sure to check the box that says Add Python 3.x to PATH and click Install Now to proceed.
Also check out
Comments
Post a Comment