mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +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)
|
||||
|
||||
## Feature reuqeusts
|
||||
## Feature requests
|
||||
Before asking for a feature [check this out](https://notabug.org/RemixDev/deemix-pyweb/src/master/FEATURES.md)
|
||||
|
||||
## What's left to do?
|
||||
|
|
|
@ -2,3 +2,4 @@ deemix>=1.0.9
|
|||
flask
|
||||
flask-socketio
|
||||
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