mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-29 17:28:29 +00:00
added dependency and start up file
This commit is contained in:
parent
5945bd3fa6
commit
4654858baf
|
@ -2,3 +2,4 @@ deemix>=1.0.9
|
|||
flask
|
||||
flask-socketio
|
||||
pywebview
|
||||
cefpython3
|
3
startup.sh
Normal file
3
startup.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
cd "$(dirname "$0")"
|
||||
source venv/Scripts/activate
|
||||
python deemix_gui.py
|
Loading…
Reference in a new issue