Make install instructions clearer
This commit is contained in:
parent
1b0f126eec
commit
8e6e18a9da
3 changed files with 7 additions and 2 deletions
|
@ -3,6 +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):
|
||||
```
|
||||
sudo apk add py3-wxpython
|
||||
```
|
||||
|
||||
clone this repository:
|
||||
```
|
||||
git clone https://code.smolnet.org/micke/tinge
|
||||
|
@ -16,9 +21,10 @@ cd tinge
|
|||
Requires a recent Python3 and pip3, most likely python >= 3.7. It is only tested with 3.9 on PostmarketOS on the PinePhone and on Debian Bullseye though.
|
||||
|
||||
## Screenshots
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
wxPython==4.0.7
|
||||
toml==0.10.1
|
||||
UPnPy==1.1.8
|
||||
requests==2.25.1
|
||||
|
|
BIN
screenshots/20210506_16h18m26s_grim.png
Normal file
BIN
screenshots/20210506_16h18m26s_grim.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue