From f733f866f5fed51659e20ccea56f9c7117382fff Mon Sep 17 00:00:00 2001 From: Fiber Date: Thu, 17 Oct 2024 20:31:30 +0800 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f08eeee..68f0e6b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ python3 -m pip install pdm 运行代码(第一次运行) ```shell pdm install +export PDM_IGNORE_ACTIVE_VENV=1 //如果使用虚拟环境的话 pdm run main ```