I am trying to use pyinstaller
in cmd but I receive error:
C:\\Users\\username>pyinstaller
\'pyinstaller\' is not recognized as an internal
For Python 3.7, you will have to add the Scripts folder from AppData/Roaming (%appdata%) to the PATH variable.
C:\Users\%USERNAME%\AppData\Roaming\Python\Python37\Scripts
Copy youe script folder's path C:\Users\username\AppData\Local\Programs\Python\Python36-32\Scripts
and paste it in:
environment varibales> system varibales> path
and save it.
Then restart your PC and try running pyinsatller from anywhere it will work.