diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2020-07-17 15:30:22 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-17 15:30:22 +0200 |
| commit | d7dd6a69cdd55439e19a5d6f1bcc2f241e608710 (patch) | |
| tree | 2cd2ad657f731210950f1652e09f24bdef823555 /README.md | |
| download | RWA.Support.SessionService-d7dd6a69cdd55439e19a5d6f1bcc2f241e608710.tar.gz RWA.Support.SessionService-d7dd6a69cdd55439e19a5d6f1bcc2f241e608710.tar.bz2 RWA.Support.SessionService-d7dd6a69cdd55439e19a5d6f1bcc2f241e608710.zip | |
Init project files
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 |
