How to install Pycharm

As a python editor, pycharm has powerful processing capabilities. The following mainly records the pycharm installation process.

0 more software installation

For details, see >>
Commonly used development software installation directory navigation post

1 Download pycharm

Open the JetBrain official website and find the pycharm download interface.
JetBrain official website
pycharm download.
insert image description here
You can see that there are two Downloads in the picture above. The
blue Download on the left is the professional version. Under normal circumstances, this is used for deep learning. The professional version is the
one on the right that requires a fee. It is the community version, which provides some basic functions.
Choose a software that suits you to download
. After the download is completed, start the installation.

2 Install pycharm

insert image description here
Make sure all the way, (note that the installation path does not have spaces!) Wait for
the installation to complete. After the installation is completed, first create a project:
pay attention to select the path where you want to place the project (the place circled by the yellow highlighter), about the big blue Confirm the content in brackets according to the default options.

insert image description here
After the creation is completed, we will see the empty directory as shown in the figure below:
insert image description here

Log in to the Account account and make some modifications to the settings
(1) Set the interpreter path: File - Settings, search for interpret, find the python path (python.exe) or anaconda path (conda.exe) you installed, and add it as the interpreter
For details on how to install anaconda, please see the link below ( Part 1: Installing Anaconda , if you need to install the deep learning pytorch framework, please see Part 2)

How to set up Pytorch environment (Windows version)

insert image description here

(2) Adjust font, style, and background: Flie——Setting, adjust in font/appearance/color scheme
insert image description here

(3) Officially start the journey of pycharm

Guess you like

Origin blog.csdn.net/weixin_41801682/article/details/125597441