We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
创建 .env 环境。
python -m venv .venv
在 terminal 中使用该环境。
. .venv/bin/activate