pycharm installation, for the first time and finished

 

First, download the installation package pycharm
open PyCharm official download address: http: //www.jetbrains.com/pycharm/download/#section=windows
interface display after the site opened as shown:
Here Insert Picture Description
Professional is the professional version, you can try for free, community is the community Edition is free and open source, it is recommended to download the community Edition.
PyCharm after downloading:
Here Insert Picture Description
Second, the installation and configuration
1. Double-click the application after clicking [Next]
Here Insert Picture Description
2. Modify the installation path, it is recommended not to put the C drive, click [Next]
Here Insert Picture Description
3. Install option, according to the computer configuration options are 32 or 64, [click] Next
Here Insert Picture Description
4. click [the installation] install
Here Insert Picture Description
5. click [install] after, during installation
Here Insert Picture Description
6. click Finish [the installation]
Here Insert Picture Description
7. open PyCharm, choose not to import settings
Here Insert Picture Description
according preferences, style selection click [Next: Featured plugins]
Here Insert Picture Description
9. click [Start using PyCharm]
Here Insert Picture Description
10. set
Here Insert Picture Description
Here Insert Picture Description
Third, build a python interpreter
1. open the settings screen
Here Insert Picture Description
2. build a python interpreter
Here Insert Picture Description
for the first time to add an interpreter, the drop-down option is empty, click on the right the "..." to find the path to the interpreter installation, select an interpreter, the interpreter file is ".exe" at the end of
Here Insert Picture Description
3. click on OK, set up to complete
Here Insert Picture Description
four or create a project file
1. click on create a new project
Here Insert Picture Description
2. select The project path, python environment
Here Insert Picture Description
3. Project successfully created, close the prompt box
Here Insert Picture Description
4. New python file, right-project name Python File → New →
Here Insert Picture Description
5. Fill in the file name, click [OK]
Here Insert Picture Description
6. Enter the code, the first run right editing area, click [Run] the future can click on the upper right corner or the lower left corner of the green triangle  Here Insert Picture Description
Here Insert Picture Description
7. the results are shown running means that the code runs successfully
Here Insert Picture Description
four, pycharm finished
1. Download pycharm finished package
download link: https: //pan.baidu.com/s/1Stpavd3wXK_yn8P4cY5B9Q
extraction code: 8v1t
2. Speaking
1. place the finished package resources_cn into the installation directory under "lib" folder, delete the original file in English resources_en
Here Insert Picture Description
tips: Speaking is not recommended, because there may be some minor problems after finished ~

Guess you like

Origin www.cnblogs.com/LiuYanYGZ/p/12044122.html