From 6f2a8faa6ad580ba45d04194c5157d1f80a7930e Mon Sep 17 00:00:00 2001 From: Giovanni Harting Date: Thu, 15 Oct 2015 13:41:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9f759f9..8fdde8a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ LedD is a daemon for interfacing LED stripes written in python3. It provides an - PCA9685 - __Note__: Plugins can have different permission requirements +## Installation + +Make sure your i2c devices are available (modprobe i2c-dev) before you follow these steps. + +1. `apt-get install python3-pip python3-cffi python3-docopt python3-nose python3-sqlalchemy python-smbus` +2. `pip3 install coloredlogs spectra json-rpc cffi smbus-cffi` +3. `adduser $USER i2c` + ### Plugins & Effects Plugin functionality is planned as we provide APIs for effects and plugins to use. Here are some we are going to provide when they are finished.