Skip to content

Commit 5c1a705

Browse files
authored
Update README.md
1 parent 3be52b4 commit 5c1a705

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

APIJSON-Python/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
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

0 commit comments

Comments
 (0)