We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a66be9 commit 44b2629Copy full SHA for 44b2629
README.md
@@ -4,7 +4,11 @@ This repository hosts prebuilt versions of Python that are used for the `!eval`
4
functionality of [`python-discord/bot`](https://github.com/python-discord/bot).
5
6
Built images contain a folder `/snekbin/` which contains the built Python
7
-interpreter (with a binary at `/snekbin/bin/python`).
+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`.
12
13
## Adding new versions
14
0 commit comments