Skip to content

Commit

Permalink
doc: use py instead of python on Windows
Browse files Browse the repository at this point in the history
Fix #2469

Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Dec 7, 2023
1 parent 2440022 commit da25cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit da25cd5

Please sign in to comment.