12 lines
382 B
Batchfile
12 lines
382 B
Batchfile
:: rqdatac
|
|
pip install --pre --extra-index-url https://rquser:ricequant99@py.ricequant.com/simple/ rqdatac
|
|
|
|
::Install talib and ibapi
|
|
pip install https://pip.vnpy.com/colletion/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl
|
|
pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl
|
|
|
|
::Install Python Modules
|
|
pip install -r requirements.txt
|
|
|
|
:: Install vn.py
|
|
pip install . |