Skip to content

Commit f96b8d4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIJSON-Python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd D:\Downloads\APIJSON-master\APIJSON-Python<br />
1717
python test.py<br />
1818

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

2323
然后重新执行: <br />

0 commit comments

Comments
 (0)