加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.bat 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
lordyung 提交于 2022-07-03 21:50 . Init vnpy-3.2.0
:: Upgrade pip & wheel
python -m pip install --upgrade pip wheel
::Install prebuild wheel
python -m pip install --extra-index-url http://139.196.190.180 --trusted-host 139.196.190.180 TA_Lib
::Degrade setuptools to install deap 1.3.1 for python3.10
python -m pip install setuptools==57.0.0
::Install Python Modules
python -m pip install -r requirements.txt
:: Install VeighNa
python -m pip install .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化