Skip to content

Commit 7eb111b

Browse files
committed
Add install/upgrade manual for official version
1 parent 289a3ad commit 7eb111b

File tree

1 file changed

+34
-8
lines changed

1 file changed

+34
-8
lines changed

README.rst

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,42 @@ Windows
6666
^^^^
6767

6868
- 安装 Python 3.5(建议安装 `Anaconda3-4.2.0 <https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/>`_)
69-
- cmd 中运行:pip install --pre --no-binary shipane_sdk shipane_sdk
69+
- cmd 中运行
70+
71+
+--------+---------------------------------------------------------------+
72+
| 正式版 | :code:`pip install --no-binary shipane_sdk shipane_sdk` |
73+
+--------+---------------------------------------------------------------+
74+
| 测试版 | :code:`pip install --pre --no-binary shipane_sdk shipane_sdk` |
75+
+--------+---------------------------------------------------------------+
7076

7177
配置
7278
^^^^
7379

74-
- cmd 中运行:explorer %UserProfile%\\.shipane_sdk\\config
80+
- cmd 中运行::code:`explorer %UserProfile%\\.shipane_sdk\\config`
7581
- 修改 scheduler.ini 中的配置(建议使用Notepad++)
7682

7783
运行
7884
^^^^
7985

80-
- cmd 下运行:shipane-scheduler
86+
- cmd 下运行::code:`shipane-scheduler`
8187

8288
升级
8389
^^^^
8490

85-
- cmd 中运行:pip install --upgrade --pre --no-deps --no-binary shipane_sdk shipane_sdk
91+
- cmd 中运行
92+
93+
+--------+-------------------------------------------------------------------------+
94+
| 正式版 | :code:`pip install --upgrade --no-binary shipane_sdk shipane_sdk` |
95+
+--------+-------------------------------------------------------------------------+
96+
| 测试版 | :code:`pip install --upgrade --pre --no-binary shipane_sdk shipane_sdk` |
97+
+--------+-------------------------------------------------------------------------+
98+
8699
- 参考 scheduler-template.ini 修改 scheduler.ini
87100

88101
日志
89102
^^^^
90103

91-
- cmd 中运行:explorer %UserProfile%\\AppData\\Local\\爱股网\\实盘易
104+
- cmd 中运行::code:`explorer %UserProfile%\\AppData\\Local\\爱股网\\实盘易`
92105

93106
Mac/Linux
94107
~~~~~~~~~
@@ -97,7 +110,13 @@ Mac/Linux
97110
^^^^
98111

99112
- 安装 Python 3.5
100-
- terminal 中运行:pip install --pre --no-binary shipane_sdk shipane_sdk
113+
- terminal 中运行
114+
115+
+--------+---------------------------------------------------------------+
116+
| 正式版 | :code:`pip install --no-binary shipane_sdk shipane_sdk` |
117+
+--------+---------------------------------------------------------------+
118+
| 测试版 | :code:`pip install --pre --no-binary shipane_sdk shipane_sdk` |
119+
+--------+---------------------------------------------------------------+
101120

102121
配置
103122
^^^^
@@ -107,12 +126,19 @@ Mac/Linux
107126
运行
108127
^^^^
109128

110-
- terminal 中运行:shipane-scheduler
129+
- terminal 中运行::code:`shipane-scheduler:code:`
111130

112131
升级
113132
^^^^
114133

115-
- terminal 中运行:pip install --upgrade --pre --no-deps --no-binary shipane_sdk shipane_sdk
134+
- terminal 中运行
135+
136+
+--------+-------------------------------------------------------------------------+
137+
| 正式版 | :code:`pip install --upgrade --no-binary shipane_sdk shipane_sdk` |
138+
+--------+-------------------------------------------------------------------------+
139+
| 测试版 | :code:`pip install --upgrade --pre --no-binary shipane_sdk shipane_sdk` |
140+
+--------+-------------------------------------------------------------------------+
141+
116142
- 参考 scheduler-template.ini 修改 scheduler.ini
117143

118144
聚宽(JoinQuant)集成

0 commit comments

Comments
 (0)