Difference between revisions of "Fix Python Errors"
Jump to navigation
Jump to search
(Created page with "==FIX ERROR - The term 'pyinstaller' is not recognized== py -m pip install pyinstaller") |
|||
Line 1: | Line 1: | ||
==FIX ERROR - The term 'pyinstaller' is not recognized== | ==FIX ERROR - The term 'pyinstaller' is not recognized== | ||
py -m pip install pyinstaller | py -m pip install pyinstaller | ||
[[Category:Python]] |
Revision as of 19:09, 17 March 2023
FIX ERROR - The term 'pyinstaller' is not recognized
py -m pip install pyinstaller