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