Skip to content

Commit

Permalink
[Add] try to make rqdatac work
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoric committed Apr 18, 2019
1 parent eefb423 commit 3c9244f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ popd
$pip install numpy

# Install extra packages
$pip install --pre --extra-index-url https://rquser:[email protected]/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

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ matplotlib
seaborn
futu-api
tigeropen
rqdatac
ta-lib
ibapi
mongoengine
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"seaborn",
"futu-api",
"tigeropen",
"rqdatac",
"ta-lib",
"ibapi"
]
Expand Down

0 comments on commit 3c9244f

Please sign in to comment.