[Add] try to make rqdatac work
This commit is contained in:
parent
eefb423953
commit
3c9244fe67
@ -1,3 +1,6 @@
|
||||
:: 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
|
||||
|
@ -22,6 +22,7 @@ popd
|
||||
$pip install numpy
|
||||
|
||||
# Install extra packages
|
||||
$pip install --pre --extra-index-url https://rquser:ricequant99@py.ricequant.com/simple/ rqdatac
|
||||
$pip install ta-lib
|
||||
$pip install https://vnpy-pip.oss-cn-shanghai.aliyuncs.com/colletion/ibapi-9.75.1-py3-none-any.whl
|
||||
|
||||
|
@ -11,6 +11,7 @@ matplotlib
|
||||
seaborn
|
||||
futu-api
|
||||
tigeropen
|
||||
rqdatac
|
||||
ta-lib
|
||||
ibapi
|
||||
mongoengine
|
||||
|
Loading…
Reference in New Issue
Block a user