From e0d0ab6f9d8f56bd15b1827fc973785d4ee10ee0 Mon Sep 17 00:00:00 2001 From: jess <jess@jward.io> Date: Fri, 8 Jun 2018 16:26:10 +0000 Subject: [PATCH] added additional steps --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d6d044..07e374e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # Dark Mute -Dark Mute is python script that mutes snapcast client volume when it senses lights are off in the room. +Dark Mute is python script that mutes snapcast client volume +when it senses lights are off in the room. -It's written in Python 3 using a photoresistor-capacitor circuit. +It's written in Python 3 and requires a photoresistor-capacitor circuit +connected to a Raspberry Pi running Snapcast. # Setup -* Create a Python 3 virtual env -* `pip install -e` to install dependencies -* Build rc circuit using Raspberry Pi -* Set Sensor to GPIO Pin 7 - +* Create and activate Python 3 virtual env +* `pip install -e .` to install dependencies +* Build the circuit, connected to GPIO Pin 7 +* add user to gpio group [/dev/gpiomem] (https://raspberrypi.stackexchange.com/a/40106) -- GitLab