File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010
1111#### Windows
1212
13- 假设解压路径为 D:\Downloads
13+ 假设解压路径为 D:\Downloads < br />
1414
15- 打开 CMD命令行窗口
16- cd D:\Downloads\APIJSON-master\APIJSON-Python
17- python test.py
15+ 打开 CMD命令行窗口 < br />
16+ cd D:\Downloads\APIJSON-master\APIJSON-Python < br />
17+ python test.py < br />
1818
19- 如果失败,一般是因为 "python 不是内部或外部命令",则执行:
20- set PATH=%PATH%;C:\Python27
21- 其中,Python27对应2.7版,如果是其它版本请修改下数字,例如3.6版就改为Python36。
19+ 如果失败,一般是因为 "python 不是内部或外部命令",则执行: < br />
20+ set PATH=%PATH%;C:\Python27 < br />
21+ 其中,Python27对应2.7版,如果是其它版本请修改下数字,例如3.6版就改为Python36。 < br />
2222
23- 然后重新执行:
24- python test.py
23+ 然后重新执行: < br />
24+ python test.py < br />
2525
2626#### Linux 或 Mac OS
2727
28- 假设解压路径为 /Users/Tommy/Downloads
28+ 假设解压路径为 /Users/Tommy/Downloads < br />
2929
30- 打开 Terminal终端窗口,然后分别执行:
31- cd /Users/Tommy/Downloads/APIJSON-master/APIJSON-Python
32- python test.py
30+ 打开 Terminal终端窗口,然后分别执行: < br />
31+ cd /Users/Tommy/Downloads/APIJSON-master/APIJSON-Python < br />
32+ python test.py < br />
3333
3434<br />
3535
You can’t perform that action at this time.
0 commit comments