vnpy/install.bat

8 lines
157 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 install -c quantopian ta-lib=0.4.9
:: Install vn.py
python setup.py install