Added pip requirements file for installation master
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 5 Jan 2019 21:51:57 +0000 (21:51 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 5 Jan 2019 21:51:57 +0000 (21:51 +0000)
README
requirements.txt [new file with mode: 0644]

diff --git a/README b/README
index 612d53ae88f9376bcfd7eba6c939bd14536a3db8..5dce001fbf6d661ce1f7250914e1fd55bae16660 100644 (file)
--- 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.
 
 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 (file)
index 0000000..73edb17
--- /dev/null
@@ -0,0 +1,4 @@
+Adafruit-SSD1306
+Pillow
+RPi.GPIO
+