Fly Pycharm detailed installation tutorial

 

Pycharm.jpg

How to download and install on the machine Pycharm specific tutorial below:

1, first of all go Pycharm official website, or directly enter the URL: , PyCharm download the installation package, choose according to their computer's operating system, system selection for windows FIG confines of the included installation package.

2, select the Windows system Professional, which is downloaded to the local, as shown below:

3. Double-click the downloaded installation package, install it, and the interface will pop up:

4. Select the installation directory, Pycharm need more memory, it recommended that it be installed on the D drive or E drive, not recommended on the system disk C drive:

5. Click Next, enter the interface in the figure below:

Create Desktop Shortcut create a desktop shortcut, a 32, a 64, small computer system is 64-bit, so I chose 64.

Create Associations check whether the associated file, select Open after .py file will open with PyCharm.

6. Click Next, enter the following figure:

The default installation, click on Install.

7, patiently waits two minutes, as shown below:

8, will be obtained after completion of the installation of the following interface:

9. Click Finish, Pycharm installation is complete. Next, Pycharm configure, double-click the icon on the desktop Pycharm run, to enter the following interface:

Select Do not import settings, then select OK, the next step.

10, select Accept, the next step:

11, into an active interface, select the second License server, as shown below:

After either of the following two arbitrary input registration code in the License server address to one, Pycharm new registration code. 1: or new registration code pycharm 2: , after you click OK, you can activate the Pycharm.

12, after activation Pycharm

13, after the activation will automatically jump to the next screen FIG select IDE topic relating to the editing area:

It recommended to choose Darcula theme that is more conducive to protect the eyes, and looked very good ~ ~ ~

14, after selecting OK to enter the following interface:

Select Yes to replace the IDE topics.

15, after entering the screen of FIG:

16, click on the Create New Project, enter the interface as below:

Custom items are stored path, IDE default associated with the Python interpreter. After selecting a storage path, click create.

17, suggesting a direct close to the IDE, do not bother.

18, into the interface as shown below, where an arrow pointing right click and select New, final selection python file, the pop-up box, complete file name (arbitrary fill), fill this Example: helloworld.

19, after obtaining the figure below, and then click OK to:

20, the file is successfully created after entering the following interface, you can write your own procedure.

This interface is Pycharm default interface, you can go in their own setting to set your favorite background and font size, format, and so on.

21, Amway Pycharm in part shortcuts

1, Ctrl + Enter: new row below, but without moving the cursor;

2, Shift + Enter: under the new line and moved to the new trekking head;

3, Ctrl + /: Comment (uncomment) selected row;

4, Ctrl + d: OK code to replicate the cursor.

Guess you like

Origin www.cnblogs.com/wjcoding/p/10967475.html