This commit is contained in:
msincenselee 2018-10-20 22:51:43 +08:00
parent bcd20b98af
commit c7b7da6a8a
2 changed files with 3 additions and 2 deletions

View File

@ -126,7 +126,7 @@ QQ/Wechat28888502
cd vnpy/api/ctp
激活python环境
source activate py35
sh build.sh
./build.sh
cd vnctptd/test
修改tdtest.py填写账号和ip等信息
python tdtest.py 验证 ctp api是否正常。

View File

@ -97,7 +97,7 @@
检查 /usr/local下include/boost, lib/libboos_python3.so等是否存在
6、安装talib [trade用户]
source activate py35
conda install -c quantopian ta-lib=0.4.9
7、下载vnpy [trade用户]
@ -109,6 +109,7 @@
cd vnpy-master
安装 所有前置数据包
source activate py35
pip install -r requirements.txt