Python: Difference between revisions
Jump to navigation
Jump to search
NickPGSmith (talk | contribs) m (1 revision imported) |
NickPGSmith (talk | contribs) |
||
Line 1: | Line 1: | ||
== PIP == | |||
On Windows, start pip with: | |||
py -m pip | |||
== Python Installer == | == Python Installer == | ||
Revision as of 08:16, 8 December 2023
PIP
On Windows, start pip with:
py -m pip
Python Installer
pip install pyinstaller
Add C:\Users\<user>\AppData\Roaming\Python\Python311\Scripts to PATH:
pyinstaller --onefile file.py