|
|
@ -3,7 +3,11 @@
|
|
|
|
Tinge is a mobile first application for controlling Philips Hue lights on Linux
|
|
|
|
Tinge is a mobile first application for controlling Philips Hue lights on Linux
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
## 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
|
|
|
|
sudo apk add py3-wxpython
|
|
|
|
```
|
|
|
|
```
|
|
|
|