2121Windows
2222~~~~~~~
2323
24- 安装
25- ^^^^
26-
27- - 安装 Python 3.5(建议安装 `Anaconda3-4.2.0 <https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ >`_)
28- - cmd 中运行
29-
30- +--------+-------------------------------------------------------------------------+
31- | 正式版 | :code: `pip install --no-binary strategyease_sdk strategyease_sdk ` |
32- +--------+-------------------------------------------------------------------------+
33- | 测试版 | :code: `pip install --pre --no-binary strategyease_sdk strategyease_sdk ` |
34- +--------+-------------------------------------------------------------------------+
35-
3624配置
3725^^^^
3826
@@ -47,14 +35,6 @@ Windows
4735升级
4836^^^^
4937
50- - cmd 中运行
51-
52- +--------+---------------------------------------------------------------------------------------------+
53- | 正式版 | :code: `pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk ` |
54- +--------+---------------------------------------------------------------------------------------------+
55- | 测试版 | :code: `pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk ` |
56- +--------+---------------------------------------------------------------------------------------------+
57-
5838- 参考 scheduler-template.ini 修改 scheduler.ini
5939
6040日志
@@ -65,18 +45,6 @@ Windows
6545Mac/Linux
6646~~~~~~~~~
6747
68- 安装
69- ^^^^
70-
71- - 安装 Python 3.5
72- - terminal 中运行
73-
74- +--------+-------------------------------------------------------------------------+
75- | 正式版 | :code: `pip install --no-binary strategyease_sdk strategyease_sdk ` |
76- +--------+-------------------------------------------------------------------------+
77- | 测试版 | :code: `pip install --pre --no-binary strategyease_sdk strategyease_sdk ` |
78- +--------+-------------------------------------------------------------------------+
79-
8048配置
8149^^^^
8250
@@ -90,12 +58,4 @@ Mac/Linux
9058升级
9159^^^^
9260
93- - terminal 中运行
94-
95- +--------+---------------------------------------------------------------------------------------------+
96- | 正式版 | :code: `pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk ` |
97- +--------+---------------------------------------------------------------------------------------------+
98- | 测试版 | :code: `pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk ` |
99- +--------+---------------------------------------------------------------------------------------------+
100-
10161- 参考 scheduler-template.ini 修改 scheduler.ini
0 commit comments