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 1aae1ad commit 7066226Copy full SHA for 7066226
README.rst
@@ -76,7 +76,7 @@ Windows
76
升级
77
^^^^
78
79
-- cmd 中运行:pip install --upgrade --no-deps --no-binary shipane_sdk shipane_sdk
+- cmd 中运行:pip install --upgrade --pre --no-deps --no-binary shipane_sdk shipane_sdk
80
- 参考 scheduler-example.ini 修改 scheduler.ini
81
82
Mac/Linux
setup.py
@@ -14,7 +14,7 @@
14
setup(
15
name='shipane_sdk',
16
17
- version='1.1.0.a2',
+ version='1.1.0.a3',
18
19
description=u'实盘易(ShiPanE)Python SDK,通达信自动化交易 API。',
20
long_description=long_description,
0 commit comments