Python editor pycharm download and installation

When programming in python, you can use editors such as pycharm or sublime.

I choose pycharm editor here.

1. Download

Log in to the official website: JetBrains: Essential tools for software developers and teams

 

Click the [Developer Tools] menu button to find pycharm directly and jump to the download page. I click [Find your tool] here to view more detailed information.

 

In the jump page, we will see the latest version of PyCharm information, and then click [Download].

At the top of the jump page, first we select the development platform, and then we will see the download path for the professional version. If you need the professional version, just click Download and it will be downloaded directly. Pulling down the page, we will see the download path of the community version, as shown below.

Click Download to download the community version directly.

What I downloaded here is the community version:

2. Installation

Double click the exe file.

Click Next

You can change the installation path or keep the default. I put it on the D drive and click Next.

Check the two options in the red box in front and click Next.

Click to install

Waiting for installation.

After the installation is complete, we can check the run column, click Finish, and run the editor.

Check the box and click Continue.

This proves that we have installed the pycharm editor. 

Guess you like

Origin blog.csdn.net/mr_five55/article/details/135314324