Skip to content

open-board/OpenBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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