Skip to content

Commit f0d8583

Browse files
GH-139040: Add Dev Container instructions in JIT README (#139041)
1 parent 04c4628 commit f0d8583

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tools/jit/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Alternatively, you can use [chocolatey](https://chocolatey.org):
5151
choco install llvm --version=19.1.0
5252
```
5353

54+
### Dev Containers
55+
56+
If you are working on CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no
57+
need to install LLVM as the Fedora 41 base image includes LLVM 19 out of the box.
5458

5559
## Building
5660

0 commit comments

Comments
 (0)