Xiaobai install pyCharm, python (python third-party installation tool pyCharm detailed installation)

The editor has a friend who wants to learn python and is not good at installing pyCharm, so the editor wrote a tutorial on his own installation on his blog. If there are any shortcomings, I hope everyone will discuss it together.

If you want to learn python, you must first prepare the software package.
The editor is here to create a Baidu network disk connection, which is convenient for everyone to download

python
链接:https://pan.baidu.com/s/1vkizA0zikCajawYcbvqWjQ 
提取码:itln 
复制这段内容后打开百度网盘手机App,操作更方便哦

pyCharm
链接:https://pan.baidu.com/s/1xXCmVTqGXXkMKAyRPsWHtA 
提取码:ehds 
复制这段内容后打开百度网盘手机App,操作更方便哦

Insert picture description here
1: Simple installation, just keep next.
2: Custom installation
I use 1, and that's it after success (modify, repair, uninstall) Insert picture description here
2 Custom installation:Insert picture description here

Insert picture description here
Choose your own installation directory.
Everyone just needs the next step.
After downloading the connection, you can start to install pycharm.
Click next, and choose your own installation path below. The default is also OK.

Insert picture description here
next next step. (1, if the computer is 64-bit, tick, 2 install and configure environment variables, 3 use a folder as a project, 4, generate automatic python files.) So basically all tick theInsert picture description here
next step, there is no need to change this Yes, the next step is fine. Insert picture description here
After loading as a package, select 2 (1 restart the installation, 2 do not restart) Insert picture description here
next, you can see the shortcut on the desktop in the next step.
Insert picture description here
Double-click to open. Click to agree and click to continue. Insert picture description here
This interface is to request the sender or not to send the code (depending on your own situation, the second choice is not to send, I choose the second) Insert picture description here
The following is the module, just choose the second one.
At this point, choose the first one to add an item. (If you have a project, you can choose the second open)
Insert picture description here
to this interface (1 means the operating environment, it is recommended to change to another disk, not the system disk.)
Insert picture description here
You can create a new project. (There are some skills in the code)
Insert picture description here
This completes the installation of pyCharm.

Guess you like

Origin blog.csdn.net/weixin_47514459/article/details/111686429