# ProcAgent **Repository Path**: fenixchen/ProcAgent ## Basic Information - **Project Name**: ProcAgent - **Description**: Proc Agent - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-03 - **Last Updated**: 2024-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装教程 ## 建立虚拟环境 pip install virtualenv -i https://pypi.tuna.tsinghua.edu.cn/simple python -m venv menv menv\Scripts\activate ## 安装需要的包 pip install -r requirement.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ## 生成需要的包 pip freeze > requirement.txt ## 生成 EXE pyinstaller -n xxx -F -y xxx.py -w