Updated README

This commit is contained in:
RemixDev 2020-02-18 21:28:53 +01:00
parent 9e831328c4
commit 11735f9336
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# How to use
Install dependencies<br>
Run `python -m deemix`
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>