Updated README.md

This commit is contained in:
RemixDev 2020-04-11 16:44:52 +02:00
parent b41970964d
commit 9cd81aa183
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
# WARNING
This app is not finished, some functions may not work.
# How to use # How to use
NOTE: Python 3 is required fot this app. If you're on windows you need Python 3.7 or you won't be able to install the dependencies<br>
<br>
Install the dependencies using `pip install -r requirements.txt`<br> Install the dependencies using `pip install -r requirements.txt`<br>
Run `python -m deemix --help` to see how to use the app<br> Run `python -m deemix --help` to see how to use the app<br>
Run `python main.py` to start the GUI<br> Run `python main.py` to start the GUI<br>