Built using a RasperryPi and a Pimoroni DisplayoTrin HAT.
# Install software dependencies using Pimoroni script
curl -sS get.pimoroni.com/displayotron | bash
# Install python dependencies
pip install -r requirements.txt
# Setup a virtual environment
python3 -m venv pyenv
# Install development dependencies
pip install -r requirements-dev.txt
Run the tests using pytest
py.test