typo: 优化依赖更新
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
@@ -47,12 +47,13 @@ if not exist "venv\" (
|
||||
|
||||
call venv\Scripts\activate.bat
|
||||
|
||||
echo 正在安装依赖...
|
||||
pip install -r requirements.txt
|
||||
) else (
|
||||
call venv\Scripts\activate.bat
|
||||
)
|
||||
|
||||
echo 正在更新依赖...
|
||||
pip install -r requirements.txt
|
||||
|
||||
echo 当前代理设置:
|
||||
echo HTTP_PROXY=%HTTP_PROXY%
|
||||
echo HTTPS_PROXY=%HTTPS_PROXY%
|
||||
|
||||
Reference in New Issue
Block a user