Since there are many opportunities to install Python, I made it a manual. This article is for Windows 10 (64bit).
Go to the official Python download page (https://www.python.org/downloads) and click Download Python.
Click the downloaded exe file.
When the dialog screen starts, check "Add Python 3.9 to Path" and click "Install now" to start the installation. * Checking this makes it easier because you do not need to set environment variables.
If "Setup was successful" is displayed, click "Close" to close it because the installation was successful.
To check that the installation was successful, start a command prompt and enter the following command to execute it.
python -V
The version I downloaded this time is Python 3.9.1, so if "Python 3.9.1" is displayed, it is successful.
There are no particularly difficult steps! Thank you for reading to the end.
Recommended Posts