clarified the running instructions a little bit more

This commit is contained in:
uh_wot 2020-05-07 02:47:20 +02:00
parent b0d92c4b54
commit b16dd746a4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ NOTE: If `python3` is "not a recognized command" try using `python` instead.<br>
<br> <br>
After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`<br> After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`<br>
Run `python3 -m deemix --help` to see how to use the app in CLI mode.<br> Run `python3 -m deemix --help` to see how to use the app in CLI mode.<br>
Run `python3 server.py` to start the server and then connect to `127.0.0.1:33333`.<br> Run `python3 server.py` to start the server and then connect to `127.0.0.1:33333`. The GUI should show up.<br>
Enjoy!<br> Enjoy!<br>
### Easy Windows way ### Easy Windows way