diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bf1caf --- /dev/null +++ b/README.md @@ -0,0 +1,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 |