You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/pygbag-code/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Make sure you have removed all debug `print()` calls, as printing to the termina
20
20
21
21
### "I need to use third-party modules./Something from the standard library is missing."
22
22
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` .
0 commit comments