From 11735f9336fc5bb422d78d573b60b06096320463 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Tue, 18 Feb 2020 21:28:53 +0100 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ca300..4a89610 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # How to use -Install dependencies
-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)
+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