mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 02:16:16 +00:00
Changed port in README
This commit is contained in:
parent
9df9ceffce
commit
5fdfb9e2eb
|
@ -13,7 +13,7 @@ NOTES:
|
|||
|
||||
After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -U -r requirements.txt --user`<br>
|
||||
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.<br>
|
||||
Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.<br>
|
||||
Run `python3 server.py` to start the server and then connect to `127.0.0.1:6595`. The GUI should show up.<br>
|
||||
If you don't want to use your browser you can start the GUI by using `python3 deemix_gui.py`<br>
|
||||
|
||||
Having an hard time following these steps? You could try these [tools](https://notabug.org/RemixDev/deemix-tools)
|
||||
|
|
Loading…
Reference in a new issue