Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Feb 13, 2017
1 parent 0faf88b commit db644d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/intro/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RQAlpha目前只支持 python 3.4 及以上,Python 2 暂不支持。

Windows 环境下编译安装 bcolz 需要使用Visual C++ Compiler,需要自行下载并安装 visual-cpp-build-tools,

如果觉得麻烦,也可以直接去 http://www.lfd.uci.edu/~gohlke/pythonlibs/#bcolz 下载相应版本的boclz wheel包,直接安装编译后的 bcolz 版本。
如果觉得麻烦,也可以直接去 http://www.lfd.uci.edu/~gohlke/pythonlibs/#bcolz 下载相应版本的 bcolz wheel 包,直接安装编译后的 bcolz 版本。

安装
==================
Expand All @@ -25,9 +25,10 @@ Windows 环境下编译安装 bcolz 需要使用Visual C++ Compiler,需要自

$ pip install -U pip setuptools

安装 cython 库::
因为 bcolz 对于一些用户可能会安装困难,可能需要重试多次,所以建议先安装 cython / bcolz 库::

$ pip install cython
$ pip install bcolz==1.1.0

安装 RQAlpha ::

Expand Down Expand Up @@ -62,4 +63,4 @@ bundle 文件默认存放在 `~/.rqalpha` 下,您也可以指定 bundle 文件
$ rqalpha run -d target_bundle_path .....
详细参数配置请查看 :ref:`api-config`
详细参数配置请查看 :ref:`api-config`

0 comments on commit db644d8

Please sign in to comment.