docs: document virtual environment setup

This commit is contained in:
2026-05-09 12:02:47 +08:00
parent df9b77613d
commit daabfdaa0f

View File

@@ -4,7 +4,14 @@
## 使用 ## 使用
先安装 GIF 读取依赖 建议先创建并启用 Python 虚拟环境
```bash
python3 -m venv .venv
. .venv/bin/activate
```
然后安装 GIF 读取依赖:
```bash ```bash
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt