From df90bc8a6828674d1a2b0aec6fdff2c2eea70e44 Mon Sep 17 00:00:00 2001 From: Giovanni Harting Date: Fri, 13 Nov 2015 22:25:45 +0100 Subject: [PATCH] fixed some bugs in the installation description --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fdde8a..0e488d0 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ LedD is a daemon for interfacing LED stripes written in python3. It provides an 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` +1. `apt-get install python3-dev python3-pip python3-cffi python3-docopt python3-nose python3-sqlalchemy python-smbus libffi-dev` +2. `pip3 install -U cffi` (fixes a bug where smbus-cffi can't install) +3. `pip3 install coloredlogs spectra json-rpc smbus-cffi` +4. `adduser $USER i2c` ### Plugins & Effects