CFA Analysis
Processing algorithms and desktop GUI to analyse CFA data
Generate executable
- Make sure PyInstaller is installed
- Clear any existing
dist
orbuild
directory. - Execute
pyinstaller main.spec --onefile
-
main.exe
can be found indist\main.exe
- Note that the
settings.ini
file is required and should be put in the same directory asmain.exe
.