8 lines
188 B
Batchfile
8 lines
188 B
Batchfile
|
::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
|