Python
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
On Windows, start pip with:
py -m pip
pip install pyinstaller
Add C:\Users\<user>\AppData\Roaming\Python\Python311\Scripts to PATH:
pyinstaller --onefile file.py