From da25cd55cb1e2307bab046866f156493914ed66d Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 7 Dec 2023 18:22:32 +0800 Subject: [PATCH] doc: use py instead of python on Windows Fix #2469 Signed-off-by: Frost Ming --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index dd978c6dab..02dc1ba0dd 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -44,7 +44,7 @@ Like Pip, PDM provides an installation script that will install PDM into an isol === "Windows" ```powershell - (Invoke-WebRequest -Uri https://pdm-project.org/install-pdm.py -UseBasicParsing).Content | python - + (Invoke-WebRequest -Uri https://pdm-project.org/install-pdm.py -UseBasicParsing).Content | py - ``` For security reasons, you should verify the checksum of `install-pdm.py`.