You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,26 @@ Python 3.12 has reached the end of its regular bugfix support (see: [PEP 693]),
18
18
| x64 |`python-3.12.*-amd64.exe`| For 64-bit systems (Recommended) |
19
19
| ARM64 |`python-3.12.*-arm64.exe`| For ARM-based systems (Experimental) |
20
20
21
-
## Usage
21
+
## Installation
22
22
23
-
Download the appropriate installer for your system from the repository's releases section and follow the standard installation process for Python on Windows.
23
+
Download the appropriate installer for your system from the repository's [releases] section and follow the standard installation process for Python on Windows.
24
+
25
+
Alternatively you can install this via [Scoop], the Windows command-line installer. First, add our bucket:
0 commit comments