added dependency and start up file

This commit is contained in:
= 2020-06-18 01:27:30 -04:00
parent 5945bd3fa6
commit 4654858baf
2 changed files with 4 additions and 0 deletions

View file

@ -2,3 +2,4 @@ deemix>=1.0.9
flask
flask-socketio
pywebview
cefpython3

3
startup.sh Normal file
View file

@ -0,0 +1,3 @@
cd "$(dirname "$0")"
source venv/Scripts/activate
python deemix_gui.py