pyinstaller

Configure and build y PyInstaller project in one run

Author: Giovanni Bajo
Copyright: 2005-2011 by Giovanni Bajo, based on previous work under copyright 2002 McMillan Enterprises, Inc.
Version: PyInstaller 2.1
Manual section:1

SYNOPSIS

pyinstaller <options> SCRIPT

DESCRIPTION

Automatically calls pyi-configure, pyi-makespec and pyi-build in one run. In most cases, running pyinstaller will be all you have to do.

Please see the PyInstaller Manual for more information.

OPTIONS

For now, please use pyinstaller --help to get all options. Basically these are the same as for pyi-configure, pyi-makespec and pyi-build together.

SEE ALSO

pyi-configure(1), pyi-makespec(1), pyi-build(1), The PyInstaller Manual, pyinstaller(1)

Project Homepage http://www.pyinstaller.org