Go to file
RemixDev ec37179a7c Started implementing settings 2020-02-19 19:03:21 +01:00
deemix Started implementing settings 2020-02-19 19:03:21 +01:00
.gitignore Initial Commit 2020-02-16 18:32:10 +01:00
README.md Updated README 2020-02-18 21:28:53 +01:00
requirements.txt Added README.md and requirements 2020-02-17 17:02:52 +01:00

README.md

How to use

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)
Install the rest of the dependencies using pip install -r requirements.txt
Run python -m deemix to run the app

TODO

Find all dependencies and add them to requirements.txt
Finish porting all features