Add instructions for Debian/Mobian

This commit is contained in:
Micke Nordin 2021-06-05 17:07:03 +02:00
parent b23acb58d5
commit a6f2e69e2e
Signed by: micke
GPG key ID: 014B273D614BE877

View file

@ -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
```