修复若干注释问题

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 #!/bin/bash
::Build ctp/lts/ib api #Build ctp/lts/ib api
pushd vnpy/api/ctp pushd vnpy/api/ctp
bash build.sh bash build.sh
popd popd
@ -13,12 +13,12 @@ pushd vnpy/api/ib
bash build.sh bash build.sh
popd popd
::Install Python Modules #Install Python Modules
pip install -r requirements.txt pip install -r requirements.txt
::Install Ta-Lib #Install Ta-Lib
conda install -c quantopian ta-lib=0.4.9 conda install -c quantopian ta-lib=0.4.9
:: Install vn.py #Install vn.py
python setup.py install python setup.py install