Download Python:
Visit the official Python website to download the latest version of Python 3.x.
Run the Installer: Double-click the downloaded installer to run it.
Select Installation Options:
On the installation screen, check the “Add Python to PATH” box, then click “Install Now.”
Confirm Installation Completion: Once the installation is complete, click the “Close” button.
Verify Python Installation:
Search for “cmd” in the Start menu to open the Command Prompt,
and enter python --version to check the installed Python version.
0 Comments