From 6fdeb41b7730969d70ae1dcd8d2db09aee5b5caa Mon Sep 17 00:00:00 2001 From: Robert Wolterman Date: Tue, 5 Jul 2016 19:00:40 -0500 Subject: [PATCH] Updating the README to mention running with super user permissions, adding sudo in front of py.test to help with issues found in issue #8 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9064f56..951c81f 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,8 @@ Manual:: Using the library is very similar to the excellent RPi.GPIO library used on the Raspberry Pi. Below are some examples. +All scripts that require GPIO access need to be run with super user permissions! + **GPIO Setup** Import the library, and setup as GPIO.OUT or GPIO.IN:: @@ -116,7 +118,7 @@ Install py.test to run the tests. You'll also need the python compiler package f Execute the following in the root of the project:: - py.test + sudo py.test **Credits**