From 4654858baf80ed0e5a16640243461c603f102762 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 18 Jun 2020 01:27:30 -0400 Subject: [PATCH 1/4] added dependency and start up file --- requirements.txt | 1 + startup.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 startup.sh diff --git a/requirements.txt b/requirements.txt index 4315df9..c6be759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ deemix>=1.0.9 flask flask-socketio pywebview +cefpython3 \ No newline at end of file diff --git a/startup.sh b/startup.sh new file mode 100644 index 0000000..135fef1 --- /dev/null +++ b/startup.sh @@ -0,0 +1,3 @@ +cd "$(dirname "$0")" +source venv/Scripts/activate +python deemix_gui.py \ No newline at end of file From dbbf84805579affa97ea1d0fd9f66d44a01f10b8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 18 Jun 2020 01:30:28 -0400 Subject: [PATCH 2/4] tipo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ead391..1ba62ee 100644 --- a/README.md +++ b/README.md @@ -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 reqeusts Before asking for a feature [check this out](https://notabug.org/RemixDev/deemix-pyweb/src/master/FEATURES.md) ## What's left to do? From 7eb8f60db0dfbdd89b3aaf6f394a7428034b2382 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 18 Jun 2020 01:31:56 -0400 Subject: [PATCH 3/4] tipo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba62ee..0ac7ae4 100644 --- a/README.md +++ b/README.md @@ -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 reqeusts +## 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? From cd658c160740160d45973a3368c46cc2b798ed19 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 18 Jun 2020 08:52:56 -0400 Subject: [PATCH 4/4] added condition --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6be759..22499fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ deemix>=1.0.9 flask flask-socketio pywebview -cefpython3 \ No newline at end of file +cefpython3; platform_system== "Windows" \ No newline at end of file