From c7b7da6a8adffd1852d74047a345c06b20c16d80 Mon Sep 17 00:00:00 2001 From: msincenselee Date: Sat, 20 Oct 2018 22:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup_ubuntu.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a913f6d..84d488e4 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ QQ/Wechat:28888502 cd vnpy/api/ctp 激活python环境 source activate py35 - sh build.sh + ./build.sh cd vnctptd/test 修改tdtest.py,填写账号和ip等信息 python tdtest.py 验证 ctp api是否正常。 diff --git a/setup_ubuntu.md b/setup_ubuntu.md index ee4d64ea..216230d3 100644 --- a/setup_ubuntu.md +++ b/setup_ubuntu.md @@ -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