.. -*- mode: rst ; ispell-local-dictionary: "american" -*- ========================== 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: |PyInstallerVersion| :Manual section: 1 .. raw:: manpage .\" disable justification (adjust text to left margin only) .ad l SYNOPSIS ========== ``pyinstaller`` 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 |Homepage| .. include:: _definitions.txt