From d85a59bd6753dcd5b6abb0f449d062b5f10114f5 Mon Sep 17 00:00:00 2001
From: Pat Thoyts <patthoyts@users.sourceforge.net>
Date: Sat, 5 Jan 2019 21:51:57 +0000
Subject: [PATCH] Added pip requirements file for installation

---
 README           | 5 +++++
 requirements.txt | 4 ++++
 2 files changed, 9 insertions(+)
 create mode 100644 requirements.txt

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
+
-- 
2.23.0