1 Star 0 Fork 13

solorez/VeighNa

forked from Gitee 极速下载/VeighNa 
加入 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 .
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/solorez/VeighNa.git
git@gitee.com:solorez/VeighNa.git
solorez
VeighNa
VeighNa
master

搜索帮助