跳转至

开发环境

  • 系统 window 10
  • Python 3.12.4
  • pip 25.0.1
  • vscode 1.97.0

虚拟环境搭建

  1. 创建虚拟环境 python -m venv venv
  2. 启动 venv/Scripts/activate