vnpy/install.bat

10 lines
286 B
Batchfile
Raw Normal View History

2017-06-05 08:22:16 +00:00
::Install Python Modules
2017-06-05 09:37:13 +00:00
pip install -r requirements.txt
2017-06-05 08:22:16 +00:00
::Install Ta-Lib
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
2018-05-06 13:59:22 +00:00
conda install -c quantopian ta-lib=0.4.9 -y
2017-06-05 08:22:16 +00:00
:: Install vn.py
python setup.py install