mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2025-03-04 13:47:45 +00:00
9 lines
392 B
Markdown
9 lines
392 B
Markdown
# 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)<br>
|
|
Install the rest of the dependencies using `pip install -r requirements.txt`<br>
|
|
Run `python -m deemix` to run the app
|
|
|
|
# TODO
|
|
Find all dependencies and add them to requirements.txt<br>
|
|
Finish porting all features
|