# 工具说明 ## clean.py ```text 清理 pycache 文件夹 清理 pyc等文件 ``` ## pip依赖包安装 ```text pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ```