Python3.9 installation tutorial [minimalist notes]

1. Download the Python installer from the official website

Welcome to Python.orgThe official home of the Python Programming Languagehttps://www.python.org/

2. Find the installation package corresponding to your computer version and download it (take windows-64 bit as an example )

3. Double-click to open the downloaded installation package, and follow the steps below.

4. Select all by default, click Next

5. Choose your own installation path and click Install;

6. Wait for the installation to succeed.

7. Verify that python is installed successfully

Press win+R and enter cmd to open the command window. Enter python . When the following interface appears, the installation is successful.

 

Guess you like

Origin blog.csdn.net/weixin_45820024/article/details/126718661