From: Savannah Bailey Date: Mon, 22 Sep 2025 16:34:02 +0000 (+0100) Subject: GH-139040: Add Dev Container instructions in JIT README (#139041) X-Git-Tag: v3.15.0a1~234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0d8583303d28a5312e4096a3d013ab7fd9be560;p=thirdparty%2FPython%2Fcpython.git GH-139040: Add Dev Container instructions in JIT README (#139041) --- diff --git a/Tools/jit/README.md b/Tools/jit/README.md index 8e817574b4d7..ffc762d3828b 100644 --- a/Tools/jit/README.md +++ b/Tools/jit/README.md @@ -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