dash-executable Simple dash app converted to an executable with pyinstaller Create the environment In the top-level directory, run: python3 -m venv venv pip3 install -r requirements.txt source venv/bin/activate Running the app python app.py Building the executable pyinstaller app.spec