- 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:
- Set your %PYTHONPATH% to elisa's root directory
- chdir to your pyinstaller directory
- type: python Build.py ..\elisa.spec
- if all goes well, you will get a distelisa directory inside the win32 one, with all the necessary files.
To be updated...
