Home > Article > Backend Development > Python installation process guide
This article mainly introduces the Python installation guide. The editor thinks it is quite good. I will share it with you now and give it as a reference. Let’s follow the editor to take a look.
Download URL https://www.python.org/
Follow the guide to install, it’s simple, just add Python ××to If you check PATH, you don't need to configure the environment variables yourself.
Check whether the installation is successful, open the run, enter Python, it will be displayed as shown in the figure, indicating success
The following is to install a third-party editor, such as :PyCharm
Download URL http://www.jetbrains.com/pycharm/download/#section=windows
##Related recommendations:
Python download and installation Several ways
##Python 3.5/3.6 windows 7 installation
The above is the detailed content of Python installation process guide. For more information, please follow other related articles on the PHP Chinese website!