Python Install on Windows

  • 3 months ago
Python Install on Windows

https://www.testingdocs.com/python-tutorials/
Transcript
00:00Hi, in this video tutorial, we'll install Python on Windows operating system.
00:11So before installing Python, just check if Python is already installed on the machine.
00:18Open a command prompt with administrator privileges.
00:30Check if Python is installed on the machine using the Python command.
00:41Notice that the Python is not installed on the machine.
00:46Go ahead for the step 2.
00:52Launch Python website on a web browser and navigate to python.org.
01:00Click on the download button.
01:03Here you can see the download button.
01:06Hit on the download button to download the latest version of Python.
01:24Go to the Windows installer 16 appropriate and click on the link.
01:32This will download the Python installer onto your computer.
01:40Locate the installer on your machine and double click on the installer.
01:49This will launch the install wizard screen.
01:55You can add Python to your path environment and click on the install now button.
02:02Accept the UAC prompt and this will install the Python on your Windows machine.
02:19Once you're done with the installation, close the install wizard screen and verify the installation.
02:47Open the command prompt and enter the python version command.
02:57Relaunch the command prompt and check the Python installed.
03:07You should be able to see the Python version displayed on to the prompt window.
03:18To know more about Python, run the python help command to get all the command line options
03:33that you can use with the Python command.
03:36That's it.
03:37The Python installation was successful.
03:42Thanks for watching this video.

Recommended