Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00f5ea6

Browse files
authored
Merge pull request #5 from CXSforHPU/addPythonConfig
添加python配置教程
2 parents a586cde + df9c61a commit 00f5ea6

File tree

14 files changed

+21
-4
lines changed

14 files changed

+21
-4
lines changed

guide/pandas培训内容/docx/01环境配置.md renamed to guide/python环境配置/docx/01环境配置.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
* Conda是在Windows、macOS和Linux上运行的开源软件包管理系统和环境管理系统。**Conda可以快速安装、运行和更新软件包及其依赖项**。Conda可以轻松地在本地计算机上的环境中创建,保存,加载和切换。它是为Python程序创建的,但可以打包和分发适用于任何语言的软件。
88
* Conda允许您在**多个通用环境**之间进行切换和管理,在**多个通用环境中**,其他多个版本的版本号可能会有所不同,例如C库,编译器,测试套件或数据库引擎等。
99

10-
<img src="C:\Users\Lenovo\Desktop\培训内容\pictures\环境照片.png" alt="多个python版本及其多种切换" style="zoom:67%;" />
11-
12-
10+
<img src="..\pictures\环境照片.png" alt="多个python版本及其多种切换" style="zoom:67%;" />
1311

1412
## 平台的安装方式
1513

@@ -157,5 +155,24 @@ jupyter notebook
157155

158156
- **Ctrl-Enter** : 运行本单元
159157

160-
158+
# pycharm 环境配置
159+
160+
## 软件下载
161+
162+
### 网址
163+
164+
* [Download PyCharm: The Python IDE for data science and web development by JetBrains](https://www.jetbrains.com/pycharm/download/?section=windows)
165+
166+
![](../pictures/pycharmInstall.png)
167+
168+
## 解释器配置
169+
170+
![](../pictures/configPython.png)
171+
172+
173+
174+
* Add Interpreter -> Add local Interpreter -> Existing
175+
176+
* 选择conda 中env中需要使用的python.exe文件
161177

178+
* 点击 Apply 按钮 再点击 Ok
94.6 KB
Loading

0 commit comments

Comments
 (0)