Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hzliu committed Oct 24, 2017
2 parents 860ad4b + 15fefc6 commit f07472a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/intro/detail_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ conda 虚拟环境

目前流行的Python虚拟环境有两种::code:`conda` 和 :code:`pyenv`, 由于大部分的量化开发都是基于 Anaconda 的 python 技术栈,因此我们建议您使用 conda 作为默认的虚拟环境开发。

一下有几个常用的虚拟环境命令可以使用:
以下有几个常用的虚拟环境命令可以使用:



Expand Down
2 changes: 1 addition & 1 deletion docs/source/intro/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$ pip install -U pip setuptools cython -i https://pypi.tuna.tsinghua.edu.cn/simple
* 安装 boclz
* 安装 bcolz

bcolz 是 RQAlpha 的依赖库,因为其编译时间较长,并且中间比较容易失败,建议先单独安装 bcolz 库,安装过程比较慢,请耐心等待。

Expand Down

0 comments on commit f07472a

Please sign in to comment.