Skip to content

Commit 33bdffe

Browse files
committed
add README
1 parent 795e96b commit 33bdffe

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

teach/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 安装Python学习助手
2+
3+
首先确认Python 3.4已安装。
4+
5+
# 下载learning.py
6+
7+
下载地址:[https://raw.githubusercontent.com/michaelliao/learn-python3/master/teach/learning.py](https://raw.githubusercontent.com/michaelliao/learn-python3/master/teach/learning.py)
8+
9+
放到某个目录,例如`C:\Work`下。
10+
11+
# 运行命令:
12+
13+
切换到`learning.py`所在目录,运行:
14+
15+
```
16+
C:\Work> python learning.py
17+
```
18+
19+
如果看到`Ready for Python code on port 39093...`表示运行成功,不要关闭命令行窗口,最小化放到后台运行即可。
20+
21+
![run-learning.py.png](https://raw.githubusercontent.com/michaelliao/learn-python3/master/teach/run-learning.py.png)

teach/run-learning.py.png

7.1 KB
Loading

0 commit comments

Comments
 (0)