From b16dd746a4c78f6699610bc71ade0455bf6ede07 Mon Sep 17 00:00:00 2001 From: uh_wot <3631986-uh_wot@users.noreply.gitlab.com> Date: Thu, 7 May 2020 02:47:20 +0200 Subject: [PATCH] clarified the running instructions a little bit more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c0eb2..f501b01 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ NOTE: If `python3` is "not a recognized command" try using `python` instead.

After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
Run `python3 -m deemix --help` to see how to use the app in CLI mode.
-Run `python3 server.py` to start the server and then connect to `127.0.0.1:33333`.
+Run `python3 server.py` to start the server and then connect to `127.0.0.1:33333`. The GUI should show up.
Enjoy!
### Easy Windows way