pycharm installation and configuration

First, install

1. Download

pycharm Download: http://www.jetbrains.com/pycharm/download/#section=windows

Click download to download, pay attention to selecting Professional Pro

Once downloaded find the icon and click Open

2. Install

This screen appears after opening the installation package

Click Next.

Select the installation path, there is no mandatory requirement, see mood, but still recommended place to put a good looking, click Next

Check both, click Next

Do not hesitate, just click Install

Installation, little rest

carry out! !

Second, the basic configuration

Find this icon, double-click to open

The following screen appears, what do not move, and click OK

The preference selection background color, then turn off the window

Enter the following window, select the red box in the

Ahem, it is important here, this URL into http://idea.lanyus.com/

To find this stuff in the bottom of the page, point

Put down a bunch of copy and paste it into this, the beginning of the Chinese section deleted, then ok

This screen appears after you run the meal, the point where the red box

The emergence of this interface, the order marked point the way to go

Then the red box, then tap ok

OK all the way back, the following screen appears, futile, turn off

Let's create a new task, to find the

In order to select the following page, click the path, and then confirm

Tasks created

Third, increase the interpreter

Before we installed the 2.7 and 3.6 versions of two python, but we only have just added a 3.6 version of the interpreter, then how do add version 2.7

Let us find the location on the map, points into

In the following order click interface

Go to the following page, click the gear, after the emergence of a Add, point

Following screen appears, click order


Go to the following page, click the gear, after the emergence of a Add, point

Following screen appears, click order

Find python2.7 version of the directory

Click OK, OK all the way down

We can explain this window's lower right corner position switch

Fourth, adjust the font size

How to adjust font size in pychaarm, you first need some settings, we find the same File pull-down menu in the Settings

Under the General tab click Editor, check the option box of red

Click OK, then you can use Ctrl + mouse wheel to adjust the font size

Fifth, the shortcut keys used

Key name Features
Ctrl+d 快速复制粘贴上一行
Ctrl+z 撤销
Ctrl+Shift+z 撤销撤回
Ctrl+? 注释/取消注释
Ctrl+Alt+I 代码规范整理

Guess you like

Origin www.cnblogs.com/Kiwi-456/p/11122221.html