PyCharm installation tutorial, detailed for beginners

First enter the official website: https://www.jetbrains.com/pycharm/download/?section=windows#section=windows
and then select the version. I downloaded the community version, which is enough for general learning.
Insert image description here

Then click Download to download.
Insert image description here
Double-click the exe to run
Insert image description here
and then select the installation path. It is recommended to put it on the D drive.
Insert image description here
It is recommended to check everything here
Insert image description here
and click Install.
Insert image description here
After the installation is completed, the computer needs to be restarted to take effect. Some configuration files, such as the PATH in the environment variable,
I have nothing else to do here. So I chose to restart immediately.
After restarting, there will be a pop-up box to confirm when you open it for the first time.
Insert image description here
Insert image description here
Then you can create a new test project for testing.
Insert image description here
Insert image description here
Then there will be automatically generated test code. Just click Run in the upper right corner and you can see the output of the console. There is no problem!
Insert image description here

Guess you like

Origin blog.csdn.net/changyana/article/details/133103451