Home >Backend Development >Python Tutorial >How to install python3
How to install python3?
1. First run the cmd command line window and execute python -V to check whether python has been installed on this machine. The following figure proves that it is not installed
##2. First go to the official website to download, python is cross-platform, we need the version we need, and then click to download 3. After the download is completed, double-click to execute To install, select Custom Installation in the pop-up window and check Add path below 4. Check the options you need and click Next 5. Select the location where you need to install the python software, and then click the install button to install 6. After the installation is completed Just click to close, and then check the currently installed version to prove that it has been installed successfully and can be used normally Recommendation: "python tutorial》
The above is the detailed content of How to install python3. For more information, please follow other related articles on the PHP Chinese website!