Updated README.md and tweaked the UI
This commit is contained in:
parent
5f3e6b9422
commit
05ef2a6fba
|
@ -1,12 +1,14 @@
|
||||||
# How to use
|
# How to use
|
||||||
Install the dependencies using `pip install -r requirements.txt`<br>
|
Install the dependencies using `pip install -r requirements.txt`<br>
|
||||||
Run `python -m deemix --help` to see how to use the app
|
Run `python -m deemix --help` to see how to use the app<br>
|
||||||
|
Run `python main.py` to start the GUI<br>
|
||||||
|
Run `python server.py` to start just the server<br>
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
Finish porting all features:
|
Finish porting all features:
|
||||||
- logging
|
- logging
|
||||||
- gui
|
- finish the gui
|
||||||
- spotify features
|
- spotify playlist support
|
||||||
- ?
|
- ?
|
||||||
|
|
||||||
Settings not yet implemented:
|
Settings not yet implemented:
|
||||||
|
|
Loading…
Reference in New Issue