Skip to content

Commit 1896dfd

Browse files
committed
docs: add installation instructions using scoop
1 parent 139a54d commit 1896dfd

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,26 @@ Python 3.12 has reached the end of its regular bugfix support (see: [PEP 693]),
1818
| x64 | `python-3.12.*-amd64.exe` | For 64-bit systems (Recommended) |
1919
| ARM64 | `python-3.12.*-arm64.exe` | For ARM-based systems (Experimental) |
2020

21-
## Usage
21+
## Installation
2222

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:
26+
27+
```powershell
28+
scoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-dev
29+
```
30+
31+
And then, run:
32+
33+
```powershell
34+
scoop install coatl-dev/python312
35+
```
2436

2537
## License
2638

2739
This repository is provided for convenience and follows the licensing terms of Python Software Foundation.
2840

2941
[PEP 693]: https://peps.python.org/pep-0693/
42+
[releases]: https://github.com/coatl-dev/python3.12/releases
43+
[Scoop]: https://scoop.sh/

0 commit comments

Comments
 (0)