更新 README.md

This commit is contained in:
2026-02-06 17:26:01 +08:00
parent 995f10e8fd
commit 28987114bc
+5 -5
View File
@@ -6,16 +6,16 @@
1. 安装python3 1. 安装python3
2. 安装依赖库 2. 安装依赖库
` shall ``` shall
python3 -m pip install pillow python3 -m pip install pillow
python3 -m pip install psutil python3 -m pip install psutil
` ```
3. 运行 3. 运行
` shall ``` shall
cd {path_to_your_pyfile} cd {path_to_your_pyfile}
python3 main.py python3 main.py
` ```
4. 退出 4. 退出
exit `exit`
### END ### END