Skip to content

Commit

Permalink
Move installation instruction into README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sinall committed Dec 27, 2019
1 parent 143e0ac commit d3c0d0f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 40 deletions.
23 changes: 23 additions & 0 deletions README.rst
Expand Up @@ -34,6 +34,29 @@ StrategyEase-Python-SDK
- 优矿(Uqer)集成
- 果仁(Guorn)集成

安装
--------------

- 安装 Python 3.5(建议安装 `Anaconda3-4.2.0 <https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/>`_)
- 命令行中运行

+--------+-------------------------------------------------------------------------+
| 正式版 | :code:`pip install --no-binary strategyease_sdk strategyease_sdk` |
+--------+-------------------------------------------------------------------------+
| 测试版 | :code:`pip install --pre --no-binary strategyease_sdk strategyease_sdk` |
+--------+-------------------------------------------------------------------------+

升级
--------------

- 命令行中运行

+--------+---------------------------------------------------------------------------------------------+
| 正式版 | :code:`pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk` |
+--------+---------------------------------------------------------------------------------------------+
| 测试版 | :code:`pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk` |
+--------+---------------------------------------------------------------------------------------------+

基本用法
--------------

Expand Down
40 changes: 0 additions & 40 deletions docs/scheduler.rst
Expand Up @@ -21,18 +21,6 @@
Windows
~~~~~~~

安装
^^^^

- 安装 Python 3.5(建议安装 `Anaconda3-4.2.0 <https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/>`_)
- cmd 中运行

+--------+-------------------------------------------------------------------------+
| 正式版 | :code:`pip install --no-binary strategyease_sdk strategyease_sdk` |
+--------+-------------------------------------------------------------------------+
| 测试版 | :code:`pip install --pre --no-binary strategyease_sdk strategyease_sdk` |
+--------+-------------------------------------------------------------------------+

配置
^^^^

Expand All @@ -47,14 +35,6 @@ Windows
升级
^^^^

- cmd 中运行

+--------+---------------------------------------------------------------------------------------------+
| 正式版 | :code:`pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk` |
+--------+---------------------------------------------------------------------------------------------+
| 测试版 | :code:`pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk` |
+--------+---------------------------------------------------------------------------------------------+

- 参考 scheduler-template.ini 修改 scheduler.ini

日志
Expand All @@ -65,18 +45,6 @@ Windows
Mac/Linux
~~~~~~~~~

安装
^^^^

- 安装 Python 3.5
- terminal 中运行

+--------+-------------------------------------------------------------------------+
| 正式版 | :code:`pip install --no-binary strategyease_sdk strategyease_sdk` |
+--------+-------------------------------------------------------------------------+
| 测试版 | :code:`pip install --pre --no-binary strategyease_sdk strategyease_sdk` |
+--------+-------------------------------------------------------------------------+

配置
^^^^

Expand All @@ -90,12 +58,4 @@ Mac/Linux
升级
^^^^

- terminal 中运行

+--------+---------------------------------------------------------------------------------------------+
| 正式版 | :code:`pip install --upgrade --no-deps --no-binary strategyease_sdk strategyease_sdk` |
+--------+---------------------------------------------------------------------------------------------+
| 测试版 | :code:`pip install --upgrade --pre --no-deps --no-binary strategyease_sdk strategyease_sdk` |
+--------+---------------------------------------------------------------------------------------------+

- 参考 scheduler-template.ini 修改 scheduler.ini

0 comments on commit d3c0d0f

Please sign in to comment.