python安装教程与软件分享
python安装教程与软件分享
首先 分四步来进行:
一、软件分享;
二、先安装python-3.6.4-amd65.exe;
三、“pycharm-community-2019.2.exe”;
四、检查安装是否成功以及创建项目。
一、软件分享
1、百度网盘分享:
链接:https://pan.baidu.com/s/1mqltL02uSRgTgxGiNLiVBg
提取码:9gng
2、官网python软件下载:
https://www.python.org/getit/
二、先安装python-3.6.4-amd65.exe
1、勾选“Add Python 3.6 to PATH”–>Customize installation
2、Next
3、勾选”Intall for all users”–>安装路径–>Install
4、Close
三、“pycharm-community-2019.2.exe”
1、Next
2、安装路径–>Next
3、勾选“64-bit”、“Add launchers dir variable(restart needed)”、“Add “Open Folder as Project””–>.py–>Next
4、Install
5、安装中
6、Finish
四、检查安装是否成功以及创建项目
1、检查安装是否成功
运行–>输入cmd–>pip
有相关数据–>安装软件成功
2、查看版本
Pip list
python
3、直接选择“OK”
4、勾选“I confirm that I have read and accept the terms of this User Agreement”–>Continue
5、选择“Send Usage Statistics”
6、本人选择左边“黑色”,感觉有利于保护眼睛–>Next Featured plugins
7、Start using PyCharm
8、完成
9、创建项目
10、路径–>Base interpreter -->Existint interpreter -->点击后面三个小点“…”
11、勾选“Make available to all projects”
12、导入
13、“Python36”–>python.exe
14、OK
15、Close
16、New–>Python Package
17、Module–>OK
18、New–>Python File
19、效果