Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 558 Bytes

Open Board - A RasperryPi Realtime Train Information Board

Built using a RasperryPi and a Pimoroni DisplayoTrin HAT.

Installation

# Install software dependencies using Pimoroni script
curl -sS get.pimoroni.com/displayotron | bash

# Install python dependencies
pip install -r requirements.txt

Development

# Setup a virtual environment
python3 -m venv pyenv

# Install development dependencies
pip install -r requirements-dev.txt

Tests

Run the tests using pytest

py.test