Files
pyinstaller/README.txt
T
giovannibajo b98a53df92 Imported Python Installer 5b5
git-svn-id: http://svn.pyinstaller.org/trunk@2 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-02 17:15:02 +00:00

23 lines
423 B
Plaintext

Installer version 5 beta 5
Use:
see doc/begin.html
Installation in brief:
Non-Windows users should:
cd to source/linux
python Make.py
make
Everyone should:
python Configure.py
Now you're ready to use it!
see Makespec in doc/begin.html
Major changes in this release:
--onefile always creates a temporary directory (see doc/begin.html)
- can use UPX if you have it installed
- many bug fixes.