We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797fa24 commit f6143b9Copy full SHA for f6143b9
tutorials/command-line-reference.md
@@ -21,8 +21,6 @@
21
| Add "main" bucket as download source (Windows) | `scoop bucket add main` |
22
| Add "versions" bucket as download source (Windows) | `scoop bucket add versions` |
23
| Install pipx (Windows) | `scoop install pipx` or `scoop install main/pipx` |
24
-| Install python (Windows) | `scoop install python` or `scoop install main/python` |
25
-| Install specific python version (Windows) | `scoop install versions/python311` |
26
| Update PATH variable with pipx directory | `pipx ensurepath` |
27
| Install hatch | `pipx install hatch` or `pip install hatch` |
28
| List hatch commands | `hatch -h` |
0 commit comments