Minor Doc Update

This commit is contained in:
UnCLAS-Prommer
2025-03-10 20:36:15 +08:00
parent ef561b5cf0
commit 68b3f578c4
5 changed files with 13 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ chcp 65001
if not exist "venv" (
python -m venv venv
call venv\Scripts\activate.bat
pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade -r requirements.txt
pip install -i https://mirrors.aliyun.com/pypi/simple --upgrade -r requirements.txt
) else (
call venv\Scripts\activate.bat
)