diff options
author | Jonathan Weth <git@jonathanweth.de> | 2020-07-27 11:27:23 +0200 |
---|---|---|
committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-27 11:27:23 +0200 |
commit | 18de421c3e78e3eb5eb728b05b17f22b41453e44 (patch) | |
tree | 7c9fc4e19dc33679c3dcbab2ce83688de15a6c27 | |
parent | c8c3a75c6b78d1d955cd9de43538b8bee73a3609 (diff) | |
download | RWA.Support.SessionService-18de421c3e78e3eb5eb728b05b17f22b41453e44.tar.gz RWA.Support.SessionService-18de421c3e78e3eb5eb728b05b17f22b41453e44.tar.bz2 RWA.Support.SessionService-18de421c3e78e3eb5eb728b05b17f22b41453e44.zip |
Add wget to dependencies
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Setup (on Debian-based systems) ------------------------------- 1. Install dependencies via ``apt`` - sudo apt install python3 python3-venv python3-pip x11vnc libcairo2-dev libdbus-glib-1-dev libgirepository1.0-dev + sudo apt install python3 python3-venv python3-pip x11vnc libcairo2-dev libdbus-glib-1-dev libgirepository1.0-dev wget 2. Install Poetry |