From d8e07aa25165b5f962caeb955bf6b58da73ccd12 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Sep 2020 21:56:30 +0200 Subject: docs/admin/04_dbus.rst: Add python3-dynaconf to list of required packages. --- docs/admin/04_dbus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3