修复若干注释问题

This commit is contained in:
vn.py 2017-07-15 18:36:19 +08:00
parent 38f5671671
commit e17894c733

View File

@ -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