]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-139040: Add Dev Container instructions in JIT README (#139041)
authorSavannah Bailey <savannahostrowski@gmail.com>
Mon, 22 Sep 2025 16:34:02 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Sep 2025 16:34:02 +0000 (09:34 -0700)
Tools/jit/README.md

index 8e817574b4d72b28c6a929f2dabc0a81ad75efa4..ffc762d3828bfb497b8a21422d9dcb03c9a9e8c8 100644 (file)
@@ -51,6 +51,10 @@ Alternatively, you can use [chocolatey](https://chocolatey.org):
 choco install llvm --version=19.1.0
 ```
 
+### Dev Containers
+
+If you are working on 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 41 base image includes LLVM 19 out of the box.
 
 ## Building