Install python in Windows 11 system

Download it from the application store that comes with the computer or go to the python official website to download,

Python official website

1. Open the official website, as shown below:

2. Find the python version you need to download,

 3. Click Download , as shown in the figure,

4. Scroll down, find Files and click Download,

 5. Find a place where you can find it,

 6. Start the installation and appear

 7. Check the two boxes below,

8. Select and click Customize installation (custom installation), as shown below,

 9. Check all the boxes in the above picture, and the Chinese text of the box is,

Documentation: Install Python official documentation
Pip: Install Python package manager, download and install Python package
tcl/tk and IDLE: Install TK library and IDLE editor (development environment)
Python test suite: Install standard library and test suite
Py launcher: py Suffix files are executed with python interpreter
For all users: all users can use

10. Click Next , and then check the five boxes above to change the installation location. It is recommended to install it on the D drive, as shown in the figure:

 11. Click Install , as shown in the figure: 

12. Finally, the installation is complete,

 13. To verify the certificate, right click the mouse to open the terminal, as shown in the figure:

 14. There is no shortcut key for python on the desktop, you need to enter python in Win , as shown in the figure,

 Well, the python installation is complete!

 

 

Guess you like

Origin blog.csdn.net/bc_1024512/article/details/130163362