blob: 2bf1caf8133cb11e41b9fb5b2e28c99cefeaec93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# DBus service for RWA
# Setup
1. Install dependencies
sudo apt install python3 python3-venv python3-pip x11vnc
2. Install poetry
sudo pip3 install poetry
3. Install service
poetry install
|