This commit is contained in:
Fiber 2024-10-17 20:31:30 +08:00
parent 2b01190021
commit f733f866f5

View File

@ -12,6 +12,7 @@ python3 -m pip install pdm
运行代码(第一次运行)
```shell
pdm install
export PDM_IGNORE_ACTIVE_VENV=1 //如果使用虚拟环境的话
pdm run main
```