102 Star 255 Fork 1

Gitee 极速下载 / vn-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vnpy/vnpy
克隆/下载
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/mirrors/vn-py.git
git@gitee.com:mirrors/vn-py.git
mirrors
vn-py
vn-py
master

搜索帮助