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 78096f5 commit f96b8d4Copy full SHA for f96b8d4
APIJSON-Python/README.md
@@ -17,7 +17,7 @@ cd D:\Downloads\APIJSON-master\APIJSON-Python<br />
17
python test.py<br />
18
19
如果失败,一般是因为 "python 不是内部或外部命令",则执行: <br />
20
-set PATH=%PATH%;C:\Python27 <br />
+set PATH=%PATH%;C:\Python27<br />
21
其中,Python27对应2.7版,如果是其它版本请修改下数字,例如3.6版就改为Python36。 <br />
22
23
然后重新执行: <br />
0 commit comments