Closed Lyr1cc closed 3 weeks ago
git clone https://github.com/LibraHp/GetQzonehistory.git
cd GetQzonehistory
python -m venv myenv
myenv\Scripts\activate
source myenv/bin/activate
pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
python main.py
克隆储存库
git clone https://github.com/LibraHp/GetQzonehistory.git
打开目录
cd GetQzonehistory
创建名为 myenv 的虚拟环境
python -m venv myenv
激活虚拟环境。在终端或命令提示符中运行以下命令:
对于 Windows:
myenv\Scripts\activate
对于 macOS/Linux:
source myenv/bin/activate
安装依赖
pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
运行脚本
python main.py