From 38cd03ca29b79df02ae43dabcbbcbd317d2f515c Mon Sep 17 00:00:00 2001 From: RemixDev Date: Mon, 25 May 2020 15:46:12 +0200 Subject: [PATCH] Added more specific instructions for the new structure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d6d6cd..e56ac35 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ NOTE: Python 3 is required for this app. Make sure you tick the option to add Py NOTE: If `python3` is "not a recognized command" try using `python` instead.
NOTE: If you're on windows you'll need to install cefpython and pythonnet as well: `python3 -m pip install cefpython pythonnet`
After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
+If you're using git to get this repo you should use `git submodule update --init --recursive` as well. If you're just downloading the archive.zip, make sure you download and extract [deemix-webui](https://notabug.org/RemixDev/deemix-webui) into the webui folder. Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.
If you don't want to use your browser you can start the GUI by using `python3 deemix_gui.py`