初始化项目:网易大神实时审核数据监控
This commit is contained in:
17
install_dependencies.bat
Normal file
17
install_dependencies.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
cd /d "C:\Python39"
|
||||
echo 正在安装网易大神审核数据监控系统所需依赖...
|
||||
echo 请稍候...
|
||||
|
||||
rem 安装系统依赖
|
||||
python -m pip install --user requests plyer flask win10toast flask-socketio psutil -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
rem 安装加密/解密所需的标准库依赖
|
||||
echo.
|
||||
echo 正在安装加密/解密所需的依赖...
|
||||
python -m pip install --user base64io pycryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
echo.
|
||||
echo 依赖安装完成!
|
||||
echo 请使用 start_monitor.cmd 启动系统
|
Reference in New Issue
Block a user