https://github.com/python/cpython/commit/f7ba3233a2b6cd6e19c47253d8ab627cd1802ca8
commit: f7ba3233a2b6cd6e19c47253d8ab627cd1802ca8
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: sobolevn <m...@sobolevn.me>
date: 2024-06-17T19:18:07+03:00
summary:

[3.13] gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an 
alternative option (GH-120434) (#120651)

gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an 
alternative option (GH-120434)
(cherry picked from commit 95737bbf18765a24b6585708588c9b707dc30d27)

Co-authored-by: Kirill Podoprigora <kirill.ba...@mail.ru>

files:
M Tools/jit/README.md

diff --git a/Tools/jit/README.md b/Tools/jit/README.md
index ae126661c6ce25..73d2deebbbc216 100644
--- a/Tools/jit/README.md
+++ b/Tools/jit/README.md
@@ -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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to