deemix-py/README.md

11 lines
472 B
Markdown
Raw Normal View History

2020-02-17 17:02:52 +01:00
# How to use
2020-02-18 21:28:53 +01:00
Install wxpython (check if there are builded packages for your distribution, if not then just run `pip install wxpython` and it should build it for your system)<br>
Install the rest of the dependencies using `pip install -r requirements.txt`<br>
Run `python -m deemix` to run the app
2020-02-17 17:02:52 +01:00
# TODO
2020-02-17 17:09:06 +01:00
Find all dependencies and add them to requirements.txt<br>
2020-02-20 15:42:12 +01:00
Making the download work in multi-threading<br>
Add the settings in the GUI<br>
2020-02-17 17:02:52 +01:00
Finish porting all features