From e17894c733293c384e99ecb1477e33a78c567061 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sat, 15 Jul 2017 18:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8B=A5=E5=B9=B2=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 5f97900e..75818bcc 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -::Build ctp/lts/ib api +#Build ctp/lts/ib api pushd vnpy/api/ctp bash build.sh popd @@ -13,12 +13,12 @@ pushd vnpy/api/ib bash build.sh popd -::Install Python Modules +#Install Python Modules pip install -r requirements.txt -::Install Ta-Lib +#Install Ta-Lib conda install -c quantopian ta-lib=0.4.9 -:: Install vn.py +#Install vn.py python setup.py install