(I'm on Windows.)
I want to use PyInstaller. I could always create bin files with pyinstaller.py [args]
.
__init__.py
file,setup.py
pyinstaller\[files]
in that folder and then make a call to python pyinstaller\pyinstaller.py
.pyinstaller.org only tells me something with Configure.py
.
So now I'm out of ideas how to install PyInstaller so that I don't have to work with absolute paths. Do you have any ideas?
To install PyInstaller:
cd c:\python27\scripts
press enter,
this should be where your pip.exe file is located.pip install pyinstaller
press enterMessage should read Successfully installed pyinstaller
.