I'm running Python 3.5.3 on Windows and I attempted to install Pyinstaller with pip. It seemed to work- no errors or anything, very simple as pip always is.
I tried import -m pyinstaller
but it said the module didn't exist, so I checked the installation folder as the documentation says you should be able to use pyinstaller.py directly from the install location.
Here is a picture of that location, pyinstaller.py isn't there! It's not in any sub-folders or other folders either. I think I'm just missing something obvious but after an hour of uninstalling and reinstalling everything I'd appreciate if someone would help me out. Thanks!