# python_wechat **Repository Path**: wrong1111/python_wechat ## Basic Information - **Project Name**: python_wechat - **Description**: No description available - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1, python 开启虚拟环境并激活 cd 项目根目录 python -m venv 虚拟环境名(随便启名) cd 虚拟环境名/Scripts activate 或者 Scripts\activate 2,把项目根目录下的(虚拟环境变量以及虚拟环境变量目录下的Scripts)加入系统环境变量 path 确认是否安装成功,可以在命令行输入 python 3,安装程序需要的包,在此过程中可能需要先更新python版本 更新 python 版本 4,python -m install --upgrade pip pip install pandas openpyxl 查看安装 python -m site