Jump to content

Python: Difference between revisions

From Smithnet Wiki
m 1 revision imported
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