在终端中输入以下命令来创建一个新的虚拟环境(可选):
powershell
python -m venv venv
激活虚拟环境:
Windows:
powershell
.\venv\Scripts\activate
选择自己项目的虚拟环境