From 9f6f214a8d1a91205430364b1fedaaa3a8cc7e4e Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sat, 21 May 2011 19:43:55 +0200 Subject: [PATCH] doc: add configure pass when installing pyinstaller for the first time --- doc/sources/guide/packaging.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/sources/guide/packaging.rst b/doc/sources/guide/packaging.rst index e6701d5e4..b95787790 100644 --- a/doc/sources/guide/packaging.rst +++ b/doc/sources/guide/packaging.rst @@ -18,6 +18,16 @@ Requirements * Latest Kivy (the whole portable package, not only the github sourcecode) * PyInstaller 1.5: http://www.pyinstaller.org/#Downloads +Install and configure PyInstaller +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. Decompress the PyInstaller in the Kivy portable package +#. Double click on the Kivy.bat, a console will be open +#. Go to the pyinstaller directory, and run only once the Configure.py:: + + cd pyinstaller-1.5 + python Configure.py + Create the spec file ~~~~~~~~~~~~~~~~~~~~ @@ -25,7 +35,6 @@ For the example, we'll package touchtracer example, using a custom icon. The touchtracer is the `kivy/examples/demo/touchtracer/` directory, and the main file is named `main.py` -#. Decompress the PyInstaller in the Kivy portable package #. Double click on the Kivy.bat, a console will be open #. Go to the pyinstaller directory, and create the initial specs::