Skip to content

Commit

Permalink
[Mod] install ibapi package from vnpy website server
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Oct 26, 2020
1 parent b4488d9 commit 8a44e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python -m pip install --upgrade pip setuptools
::Install prebuild wheel
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/quickfix-1.15.1-cp37-cp37m-win_amd64.whl
python -m pip install https://pip.vnpy.com/colletion/ibapi-9.76.1.tar.gz

::Install Python Modules
python -m pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $python -m pip install numpy
# Install extra packages
$python -m pip install ta-lib
$python -m pip install psycopg2-binary
$python -m pip install https://pip.vnpy.com/colletion/ibapi-9.76.1.tar.gz

# Install Python Modules
$python -m pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $python -m pip install numpy
# Install extra packages
$python -m pip install ta-lib
$python -m pip install psycopg2-binary
$python -m pip install https://pip.vnpy.com/colletion/ibapi-9.76.1.tar.gz

# Install Python Modules
$python -m pip install -r requirements.txt
Expand Down

0 comments on commit 8a44e4e

Please sign in to comment.