* How to build Elisa with pyinstaller *

This readme assumes you have correctly setup your pyinstaller and that it
resides in this directory (elisa\win32).

- To build:
  1) Set your %PYTHONPATH% to elisa's root directory
  1) chdir to your pyinstaller directory
  2) type: python Build.py ..\elisa.spec
  3) if all goes well, you will get a distelisa directory inside the win32 one,
     with all the necessary files.

To be updated...
