Update 'README.md'
This commit is contained in:
parent
aa09dc71f6
commit
1f969054b2
1 changed files with 5 additions and 16 deletions
21
README.md
21
README.md
|
@ -3,23 +3,12 @@
|
|||
Tinge is a mobile first application for controlling Philips Hue lights on Linux
|
||||
|
||||
## Installation
|
||||
Install wxPython (don't use pip to install it) eg. for PostmarketOS:
|
||||
On Debian/Mobian
|
||||
```
|
||||
sudo apk add py3-wxpython
|
||||
```
|
||||
or for Debian/Mobian:
|
||||
```
|
||||
sudo apt install python3-wxgtk4.0
|
||||
```
|
||||
|
||||
clone this repository:
|
||||
```
|
||||
git clone https://code.smolnet.org/micke/tinge
|
||||
```
|
||||
Run the crude installer:
|
||||
```
|
||||
cd tinge
|
||||
./install.sh
|
||||
wget -O - https://repo.mic.ke/PUBLIC.KEY | sudo gpg --output /usr/share/keyrings/micke-archive-unstable.gpg --dearmor
|
||||
echo "deb [signed-by=/usr/share/keyrings/micke-archive-unstable.gpg] https://repo.mic.ke/debian/ unstable main
|
||||
deb-src [signed-by=/usr/share/keyrings/micke-archive-unstable.gpg] https://repo.mic.ke/debian/ unstable main" | sudo tee /etc/apt/sources.list.d/debian-micke-unstable.list
|
||||
sudo apt update && sudo apt install python3-tinge
|
||||
```
|
||||
## Requirements
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue