From 7e886d267ef97d2d1c26ae56374c1e5ac4883c81 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Fri, 17 Jul 2020 10:38:41 +0100 Subject: [PATCH] Document Mopidy user permissions for #9 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a63220e..0b339dd 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ Mopidy extension for GPIO input on a Raspberry Pi Installation ============ +Ensure Mopidy has access to GPIO:: + + sudo usermod -a -G gpio mopidy + Install by running:: python3 -m pip install Mopidy-Raspberry-GPIO