| 1 | # PPT Master Dependencies / PPT Master 依赖 |
| 2 | # ============================================= |
| 3 | # |
| 4 | # Full list lives inside the skill so installing the skill alone gives full capability. |
| 5 | # update_repo.py fingerprints this file and its recursive -r/--requirement include tree. |
| 6 | # 完整依赖列表已内置于 skill 内部,单独安装 skill 即可获得完整能力。 |
| 7 | # update_repo.py 会对本文件及递归 -r/--requirement 引用树计算指纹。 |
| 8 | # |
| 9 | # Install / 安装方式: |
| 10 | # pip install -r requirements.txt # from repo root / 仓库根目录 |
| 11 | # pip install -r skills/ppt-master/requirements.txt # from anywhere / 任意位置 |
| 12 | # |
| 13 | -r skills/ppt-master/requirements.txt |
| 14 |