vnpy/install.bat

9 lines
274 B
Batchfile
Raw Normal View History

::Install talib and ibapi
2019-04-03 06:46:43 +00:00
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
2019-02-26 02:31:23 +00:00
::Install Python Modules
pip install -r requirements.txt
:: Install vn.py
2019-03-19 02:45:48 +00:00
pip install .