vnpy/install.bat

8 lines
188 B
Batchfile
Raw Normal View History

2017-06-05 08:22:16 +00:00
::Install Python Modules
pip install pymongo websocket-client msgpack-python qdarkstyle
::Install Ta-Lib
conda install -c quantopian ta-lib=0.4.9
:: Install vn.py
python setup.py install