mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-01 12:26:13 +00:00
Merge branch 'master' of davisv7/deemix-pyweb into master
This commit is contained in:
commit
b324f03fd8
|
@ -18,7 +18,7 @@ If you don't want to use your browser you can start the GUI by using `python3 de
|
||||||
|
|
||||||
Having an hard time following these steps? You could try these [tools](https://notabug.org/RemixDev/deemix-tools)
|
Having an hard time following these steps? You could try these [tools](https://notabug.org/RemixDev/deemix-tools)
|
||||||
|
|
||||||
## Feature reuqeusts
|
## Feature requests
|
||||||
Before asking for a feature [check this out](https://notabug.org/RemixDev/deemix-pyweb/src/master/FEATURES.md)
|
Before asking for a feature [check this out](https://notabug.org/RemixDev/deemix-pyweb/src/master/FEATURES.md)
|
||||||
|
|
||||||
## What's left to do?
|
## What's left to do?
|
||||||
|
|
|
@ -2,3 +2,4 @@ deemix>=1.0.9
|
||||||
flask
|
flask
|
||||||
flask-socketio
|
flask-socketio
|
||||||
pywebview
|
pywebview
|
||||||
|
cefpython3; platform_system== "Windows"
|
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