Skip to content

Commit 78096f5

Browse files
authored
Update README.md
1 parent 5c1a705 commit 78096f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

APIJSON-Python/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
假设解压路径为 D:\Downloads <br />
1414

1515
打开 CMD命令行窗口 <br />
16-
cd D:\Downloads\APIJSON-master\APIJSON-Python <br />
17-
python test.py <br />
16+
cd D:\Downloads\APIJSON-master\APIJSON-Python<br />
17+
python test.py<br />
1818

1919
如果失败,一般是因为 "python 不是内部或外部命令",则执行: <br />
2020
set PATH=%PATH%;C:\Python27 <br />
2121
其中,Python27对应2.7版,如果是其它版本请修改下数字,例如3.6版就改为Python36。 <br />
2222

2323
然后重新执行: <br />
24-
python test.py <br />
24+
python test.py<br />
2525

2626
#### Linux 或 Mac OS
2727

2828
假设解压路径为 /Users/Tommy/Downloads <br />
2929

3030
打开 Terminal终端窗口,然后分别执行: <br />
31-
cd /Users/Tommy/Downloads/APIJSON-master/APIJSON-Python <br />
32-
python test.py <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)