From a6f2e69e2effc56a2381ff60af1b0147a3009bd5 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sat, 5 Jun 2021 17:07:03 +0200 Subject: [PATCH] Add instructions for Debian/Mobian --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ad628..d841970 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ Tinge is a mobile first application for controlling Philips Hue lights on Linux ## Installation -Install wxPython. eg. for PostmarketOS (don't use pip to install it): +Install wxPython (don't use pip to install it) eg. for PostmarketOS: +``` +sudo apk add py3-wxpython +``` +or for Debian/Mobian: ``` sudo apk add py3-wxpython ```