Install python and python development tools on windows

A .python installation:

Login python official website, download the required installation package: https://www.python.org/downloads/windows/ . Generally downloaded executable installer, x86 represents a 32-bit machine, represents a 64-bit x86-64 loom.

 

After downloading, click install. According to their need to choose the installation path. I remember checking  the Add to envirroment the Variables Python .

 

 

 After a successful installation, open cmd, execute Python, shown below, i.e., the installation was successful.

 

 In the open position IDIE [start], even if the opening command comes python window, enter the command print ( "hello python"), you can print out the python Hello ~

 

 Two .python integrated development environment PyCharm installation

PyCharm Download:  https://www.jetbrains.com/pycharm/download/

After downloading, you can install all the way.

 

Guess you like

Origin www.cnblogs.com/cocoxu1992/p/11850837.html