Skip to content

Commit 44b2629

Browse files
committed
Update documentation on interpreter location.
1 parent 3a66be9 commit 44b2629

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ This repository hosts prebuilt versions of Python that are used for the `!eval`
44
functionality of [`python-discord/bot`](https://github.com/python-discord/bot).
55

66
Built images contain a folder `/snekbin/` which contains the built Python
7-
interpreter (with a binary at `/snekbin/bin/python`).
7+
interpreter.
8+
9+
The subdirectory that contains the interpreter varies by the requested version,
10+
for example, Python `3.14j` will have a binary at
11+
`/snekbin/python/3.14j/bin/python`.
812

913
## Adding new versions
1014

0 commit comments

Comments
 (0)