Install Python on windows

0
4842
  • Download latest Python version or the version you want – https://www.python.org/downloads/
  • Double click the downloaded .exe file to install it
  • On setup popup window check checkboxes at the bottom for “Install launcher for all users (recommended)” and “ Add Python 3.9 to PATH”
  • Click “Install Now”

You can use the command line to check the python version using the following command:

python --version