From: Pat Thoyts Date: Sat, 5 Jan 2019 21:51:57 +0000 (+0000) Subject: Added pip requirements file for installation X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;p=oled_clock Added pip requirements file for installation --- diff --git a/README b/README index 612d53a..5dce001 100644 --- a/README +++ b/README @@ -8,3 +8,8 @@ distance sensor. This project provides a systemd service that displays the time, temperature and distance on the display once the Pi has booted up. +Requires installation of python3, pip and the fonts-roboto packages from apt +and then install the python required packages using + + python3 -m pip install -r requirements.txt + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..73edb17 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +Adafruit-SSD1306 +Pillow +RPi.GPIO +