The following was tested on a RaspberryPi 2 running a fresh raspian image
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git python3 python3-pip
mkdir git
cd git
git clone https://github.com/C-o-r-E/SPI-Py.git
sudo pip3 install SPI-Py/
sudo pip3 install RPi.GPIO
git clone https://github.com/C-o-r-E/msys.git
cd msys/client/
chmod 755 client.py
./client.py
After installing the client, there are some additional dependencies for the Kiosk
sudo apt-get install qt5-default pyqt5-dev pyqt5-dev-tools python3-pyqt5.qtwebkit
None at the moment