Files
pyinstaller/README.txt
T

25 lines
404 B
Plaintext

PyInstaller version 1.0
Use:
see doc/Tutorial.txt
Installation in brief:
Non-Windows users should:
cd to source/linux
python Make.py
make
Everyone should:
python Configure.py
python Makespec.py /path/to/yourscript.py /path/for/specfile.spec
python Build.py /path/for/specfile.spec
.done.
Major changes in this release:
* __write_changes_here__
* many bug fixes.