Updated README.md and tweaked the UI
This commit is contained in:
parent
5f3e6b9422
commit
05ef2a6fba
|
@ -1,12 +1,14 @@
|
|||
# How to use
|
||||
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
|
||||
Finish porting all features:
|
||||
- logging
|
||||
- gui
|
||||
- spotify features
|
||||
- finish the gui
|
||||
- spotify playlist support
|
||||
- ?
|
||||
|
||||
Settings not yet implemented:
|
||||
|
|
Loading…
Reference in New Issue