Python download and installation process

1. Python download

Official website download address:Welcome to Python.org

Click "Download" and select the version of the operating system corresponding to your computer.

Select the Python version you need to download. I chose the Python 3.10.2 (64-bit) version to download.

2. Install Python

Double-click the installation package to install. Remember to check "Add Python 3.10 to Path" to automatically add Python to the environment variable, and then click "Customize installation" to customize the installation.

 Click the "Next" button

 Click "Browse" to select the installation path, then click "Install" to install

 After the installation is complete, click "Close" to close the pop-up window

 3. Test whether Python is available

Open the command prompt (Win+R), enter python -V to check the Python version

Enter python to see if python can be used normally. If the following information appears, it means it is normal.

Guess you like

Origin blog.csdn.net/weixin_43823060/article/details/134179635