We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795e96b commit 33bdffeCopy full SHA for 33bdffe
teach/README.md
@@ -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
+
teach/run-learning.py.png
7.1 KB
0 commit comments