Add instructions for Debian/Mobian
This commit is contained in:
parent
b23acb58d5
commit
a6f2e69e2e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue