From be06f288530af3269b18b0df7416dd7be49a9f37 Mon Sep 17 00:00:00 2001 From: msincenselee Date: Tue, 20 Mar 2018 19:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c238a217..55cc0c40 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ # 重要更新日志 1、2018年1月,升级至py3版本 +2、linux下安装步骤 + 1)root身份安装cmake/bzip/openssl/nodejs/python-dev等 + 2)用户身份安装anaconda3.6 64bit,创建虚拟环境py35 + 3)root安装编译boost + 4)激活py35环境下,安装requirement.txt里面的包 + 5)编译ctp api(for boost & py3.5) + 6)vnpy/trader目录下,python vtmain.py 试试看 大佳 QQ/Wechat:28888502 @@ -84,11 +91,9 @@ QQ/Wechat:28888502 conda config --set show_channel_urls yes 选择其中一个来创建 - conda create --name py27 python=2.7 conda create --name py35 python=3.5 激活的例子 - source activate py27 source activate py35