Skip to content

Commit cbed682

Browse files
authored
Update README.md
1 parent bd38cb7 commit cbed682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/pygbag-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Make sure you have removed all debug `print()` calls, as printing to the termina
2020

2121
### "I need to use third-party modules./Something from the standard library is missing."
2222

23-
Add everything you need alongside `main.py`, including hand-picked stdlib modules. Pygbag does not include Python's entire standard library in order to keep a small build size for mobile connections. You can find extra stdlib modules in `pythonx.xx.x.zip` from [python.org](https://www.python.org/downloads/source/) matching pygbag python version (3.11 is the default)
23+
Add everything you need alongside `main.py`, including hand-picked stdlib modules. Pygbag does not include Python's entire standard library in order to keep a small build size for mobile connections. You can find extra stdlib modules in `pythonx.xx.x.zip` from [python.org](https://www.python.org/downloads/source/) matching pygbag python version (3.12 is the default). You can change python stdlib version adding `--PYBUILD 3.13` .
2424

2525
### "I need to use numpy or binary modules."
2626

0 commit comments

Comments
 (0)