Skip to content

Simple dash app converted to an executable with pyinstaller

Notifications You must be signed in to change notification settings

msimoni18/dash-executable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple dash app converted to an executable with pyinstaller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages