在官网下载python和pycharm的安装包

python: https://www.python.org/downloads/windows/

我下载的是3.9版本

python3.7官网 python3.9官网下载_安装教程

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

下载右边的

python3.7官网 python3.9官网下载_pycharm_02

先安装python

如果不想安装在C盘可以选择自定义安装

我选择的是自定义安装

python3.7官网 python3.9官网下载_python_03

点击Next

python3.7官网 python3.9官网下载_python3.9_04


点击Browse选择安装路径

点Install进行安装

python3.7官网 python3.9官网下载_python3.7官网_05


python3.7官网 python3.9官网下载_pycharm_06

点击下面的Disable path length limit,意思是解除路径的长度限制,点了以后点Close结束安装程序

python3.7官网 python3.9官网下载_python3.7官网_07

在电脑的左下角window键搜索cmd

在cmd中输入python 回车

出现以下信息说明安装成功

python3.7官网 python3.9官网下载_python3.7官网_08

安装pycharm

点击Next

python3.7官网 python3.9官网下载_pycharm_09

点击Browse选择自定义安装路径

点击Next

python3.7官网 python3.9官网下载_安装教程_10

勾选64-bit launcher和Create Associations

点击Next

python3.7官网 python3.9官网下载_python_11


点击Install开始安装

python3.7官网 python3.9官网下载_pycharm_12


python3.7官网 python3.9官网下载_python_13

点击Finish

python3.7官网 python3.9官网下载_pycharm_14

创建项目

点击桌面上的pycharm图标

python3.7官网 python3.9官网下载_python_15


导入以前的设置文件

没有的话勾选下面的Do not import settings

点击OK

python3.7官网 python3.9官网下载_python_16

勾选,点击Continue

python3.7官网 python3.9官网下载_python_17


选择是否发送数据给公司

可以先点击Don’t send

往后可以自己在设置里面更改

python3.7官网 python3.9官网下载_安装教程_18


选择窗口的皮肤颜色

可以在设置中自行更改

python3.7官网 python3.9官网下载_pycharm_19


选择安装插件

可先点击Next

在软件中随时可以自行安装

python3.7官网 python3.9官网下载_python3.9_20


安装工具包

点击Start using PyCharm

python3.7官网 python3.9官网下载_python_21


点击Create New Project

python3.7官网 python3.9官网下载_python_22


勾选下面的Existing interpreter 点击后面的…

python3.7官网 python3.9官网下载_python3.9_23


选择第三个System Interpreter

右边是上面安装的python的exe文件的路径

python3.7官网 python3.9官网下载_pycharm_24


点击Create

python3.7官网 python3.9官网下载_python3.7官网_25

点击Close关闭提示

python3.7官网 python3.9官网下载_python3.7官网_26


在左边点击project

选择project files

python3.7官网 python3.9官网下载_python3.9_27


在目录上单击右键New ——>python file

python3.7官网 python3.9官网下载_python_28


在右边的面板上输入

print("hello world!")

在面板上单击右键选择Run’文件名’

python3.7官网 python3.9官网下载_python3.9_29


在下面的窗口中可以看到输出结果

python3.7官网 python3.9官网下载_pycharm_30