flask-pyinstaller icon indicating copy to clipboard operation
flask-pyinstaller copied to clipboard

Create standalone flask app using pyinstaller

Results 2 flask-pyinstaller issues
Sort by recently updated
recently updated
newest added

Update README.md with instructions to build single_flaskapp.py

On Windows use - `;` ```shell $ pyinstaller --onefile --add-data 'templates;templates' --add-data 'static;static' normal_flaskapp.py ``` Error message of invalid separator: ```bash pyinstaller: error: argument --add-data: invalid add_data_or_binary value: 'templates:templates' ```