Merge branch 'master' of davisv7/deemix-pyweb into master

This commit is contained in:
RemixDev 2020-06-18 13:09:44 +00:00 committed by Gogs
commit b324f03fd8
3 changed files with 5 additions and 1 deletions

View file

@ -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?

View file

@ -2,3 +2,4 @@ deemix>=1.0.9
flask
flask-socketio
pywebview
cefpython3; platform_system== "Windows"

3
startup.sh Normal file
View file

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