Compiling Python code

From PedrosBrainDump
Revision as of 18:51, 12 October 2024 by 413vhcu1lq0463ob (talk | contribs) (Created page with " pip install pyinstaller pyinstaller --onefile script.py")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
pip install pyinstaller
pyinstaller --onefile script.py