411 Star 2.3K Fork 1K

GVPvn.py官方 / vn.py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.bat 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
vn.py 提交于 2024-03-22 10:52 . [Mod] change default pypi_index used
@ECHO OFF
SET python=%1
SET pypi_index=%2
IF %python%"" == "" SET python=python
IF %pypi_index%"" == "" SET pypi_index=https://pypi.vnpy.com
IF NOT %pypi_index%"" == "" SET pypi_index=--index-url %pypi_index%
@ECHO ON
:: Upgrade pip & wheel
%python% -m pip install --upgrade pip wheel %pypi_index%
::Install prebuild wheel
%python% -m pip install --extra-index-url https://pypi.vnpy.com TA_Lib==0.4.24
::Install Python Modules
%python% -m pip install -r requirements.txt %pypi_index%
:: Install VeighNa
%python% -m pip install .
Python
1
https://gitee.com/vnpy/vnpy.git
git@gitee.com:vnpy/vnpy.git
vnpy
vnpy
vn.py
master

搜索帮助