]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an alternative...
authorKirill Podoprigora <kirill.bast9@mail.ru>
Mon, 17 Jun 2024 15:52:07 +0000 (18:52 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 15:52:07 +0000 (15:52 +0000)
Tools/jit/README.md

index ae126661c6ce25b63608b95584c558f1cfcf9158..73d2deebbbc2161779190df190ac86a3aa8c0487 100644 (file)
@@ -41,6 +41,12 @@ Homebrew won't add any of the tools to your `$PATH`. That's okay; the build scri
 
 Install LLVM 18 [by searching for it on LLVM's GitHub releases page](https://github.com/llvm/llvm-project/releases?q=18), clicking on "Assets", downloading the appropriate Windows installer for your platform (likely the file ending with `-win64.exe`), and running it. **When installing, be sure to select the option labeled "Add LLVM to the system PATH".**
 
+Alternatively, you can use [chocolatey](https://chocolatey.org):
+
+```sh
+choco install llvm --version=18.1.6
+```
+
 ### Dev Containers
 
 If you are working CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no need to install LLVM as the Fedora 40 base image includes LLVM 18 out of the box.