mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
b98a53df92
git-svn-id: http://svn.pyinstaller.org/trunk@2 8dd32b29-ccff-0310-8a9a-9233e24343b1
23 lines
423 B
Plaintext
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.
|