Home>Article>Backend Development> How to install python3 on win10?
Steps to install python3 on win10:
1. Download Python3.6.4 from the official website
2. After the download is completed, double-click the installation package file to install
3. Check Add Python 3.6 to PATH (check this option to automatically configure environment variables during installation), click Customize installation
4. In this interface, check the box and click the Next button
5. Check Install for all users, and then click the Install button
6. Wait for installation
7. The installation is successful, click the Close button to close
##8. Open the cmd command line tool, enter python, and the following image is displayed, indicating that the installation is successfulThe above is the detailed content of How to install python3 on win10?. For more information, please follow other related articles on the PHP Chinese website!