-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9769842
commit 6213f36
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +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 | ||
@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 |