Open CountBenula opened 4 years ago
The simplest way is to use the existing deb images in Raspbian. Just put the latest standard Raspberry Pi image on an SD card, then simply do the following on the command line:
apt-get update
apt-get install ola
#Optional:
apt-get install ola-python ola-rdm-tests
Apparently the binary files that you can download from the OLA website are wheezy and I have RPi 3 which is Jessie so I guess I have to use github. I don't code and I have no idea what to do.