Skip to content

Commit

Permalink
[Del] remove old rqdata pip install method
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Dec 26, 2019
1 parent b02f3b3 commit 54232bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
python -m pip install --upgrade pip setuptools

::Install talib and ibapi
python -m pip install https://pip.vnpy.com/colletion/rqdatac-2.1.0.tar.gz
python -m pip install https://pip.vnpy.com/colletion/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl
python -m pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl

Expand Down
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ta-lib-exists || install-ta-lib
$python -m pip install numpy

# Install extra packages
$python -m pip install --pre --extra-index-url https://rquser:[email protected]/simple/ rqdatac
$python -m pip install ta-lib
$python -m pip install https://vnpy-pip.oss-cn-shanghai.aliyuncs.com/colletion/ibapi-9.75.1-py3-none-any.whl

Expand Down

0 comments on commit 54232bc

Please sign in to comment.