diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-09-17 21:56:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-09-17 21:56:30 +0200 |
commit | d8e07aa25165b5f962caeb955bf6b58da73ccd12 (patch) | |
tree | d4518670b9d4b6a5bb2c964280305e7a11dd4379 | |
parent | 4600e8563d7aba589caab56635f74d6d817f36f7 (diff) | |
download | RWA.Support.SessionService-d8e07aa25165b5f962caeb955bf6b58da73ccd12.tar.gz RWA.Support.SessionService-d8e07aa25165b5f962caeb955bf6b58da73ccd12.tar.bz2 RWA.Support.SessionService-d8e07aa25165b5f962caeb955bf6b58da73ccd12.zip |
docs/admin/04_dbus.rst: Add python3-dynaconf to list of required packages.
-rw-r--r-- | docs/admin/04_dbus.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/04_dbus.rst b/docs/admin/04_dbus.rst index b9a1c5f..0e6e47b 100644 --- a/docs/admin/04_dbus.rst +++ b/docs/admin/04_dbus.rst @@ -9,7 +9,7 @@ As a first step use ``apt`` to globally install the dependencies as debian packa :: sudo apt install python3 python3-venv python3-pip x11vnc libcairo2-dev libdbus-glib-1-dev libgirepository1.0-dev wget \ - python3-flask python3-requests python3-port-for python3-websockify python3-dbus python3-gi python3-psutil + python3-flask python3-requests python3-port-for python3-websockify python3-dbus python3-gi python3-psutil python3-dynaconf Then make sure the source code is located in ``/opt/rwa-session-service``, so the service can reach it. |