Files
pyinstaller/README.txt
T
williamcaban 475529a153 Release 1.3
git-svn-id: http://svn.pyinstaller.org/trunk@298 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-12-18 13:12:04 +00:00

30 lines
422 B
Plaintext

_PyInstaller 1.3_
=================
Use
===
See doc/Tutorial.txt
Installation in brief
=====================
Non-Windows users should:
cd source/linux
python ./Make.py
make
Everyone should:
python Configure.py
python Makespec.py /path/to/yourscript.py
python Build.py /path/to/yourscript.spec
.done.
Major changes in this release
=============================
See doc/CHANGES.txt