Skip to content

Commit d3c0d0f

Browse files
committed
Move installation instruction into README.rst
1 parent 143e0ac commit d3c0d0f

File tree

2 files changed

+23
-40
lines changed

2 files changed

+23
-40
lines changed

README.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,29 @@ StrategyEase-Python-SDK
3434
- 优矿(Uqer)集成
3535
- 果仁(Guorn)集成
3636

37+
安装
38+
--------------
39+
40+
- 安装 Python 3.5(建议安装 `Anaconda3-4.2.0 <https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/>`_)
41+
- 命令行中运行
42+
43+
+--------+-------------------------------------------------------------------------+
44+
| 正式版 | :code:`pip install --no-binary strategyease_sdk strategyease_sdk` |
45+
+--------+-------------------------------------------------------------------------+
46+
| 测试版 | :code:`pip install --pre --no-binary strategyease_sdk strategyease_sdk` |
47+
+--------+-------------------------------------------------------------------------+
48+
49+
升级
50+
--------------
51+
52+
- 命令行中运行
53+
54+
+--------+---------------------------------------------------------------------------------------------+
55+
| 正式版 | :code:`pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk` |
56+
+--------+---------------------------------------------------------------------------------------------+
57+
| 测试版 | :code:`pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk` |
58+
+--------+---------------------------------------------------------------------------------------------+
59+
3760
基本用法
3861
--------------
3962

docs/scheduler.rst

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@
2121
Windows
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
6545
Mac/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

Comments
 (0)