Skip to content

Commit

Permalink
Merge pull request #279 from Night-stars-1/1.5
Browse files Browse the repository at this point in the history
chore: 依赖安装脚本
  • Loading branch information
Night-stars-1 authored May 25, 2023
2 parents 33522f5 + caaa484 commit 8768733
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">

[嗨!点点我!点点我!点点我! ](#使用说明)

[简体中文](README.md) | [繁体中文](README_CHT.md) | [文档](https://sra.stysqy.top)
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"real_width":0,"auto_battle_persistence":0,"real_height":0,"github_proxy":"","rawgithub_proxy":"","webhook_url":"","start":true,"temp_version":"0","star_version":"20230525152809","open_map":"m","level":"INFO","adb":"127.0.0.1:62001"}
{"real_width":0,"auto_battle_persistence":0,"real_height":0,"github_proxy":"","rawgithub_proxy":"","webhook_url":"","start":true,"temp_version":"20230525021118","star_version":"20230525164555","open_map":"m","level":"INFO","adb":"127.0.0.1:62001","map_version":"20230525021118"}
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ numpy
packaging
protobuf
sympy
ort_nightly -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
whl//Polygon3-3.0.9-cp311-cp311-win_amd64.whl
whl//cnstd-1.2.2-py3-none-any.whl
whl//cnocr-2.2.2.3-py3-none-any.whl
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "20230525164555"}
{"version": "20230525021118"}
15 changes: 15 additions & 0 deletions 安装依赖.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@echo off
::编码方式设置为utf-8
chcp 65001
::升级pip
echo 正在获取pip版本,若版本过低,会自动升级
python -m pip install --upgrade pip
echo.
echo 正在获取需要升级的包。。。

::正在安装依赖
pip install ort_nightly -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
pip install -r requirements.txt
echo.
echo 按任意键关闭
pause

0 comments on commit 8768733

Please sign in to comment.