From 09570742aad6a81d260c0f502bf3819616c56623 Mon Sep 17 00:00:00 2001 From: Sandy Macdonald Date: Thu, 19 Oct 2017 12:30:27 +0100 Subject: [PATCH] Added OLI install details. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 754d93b..16b15aa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ The state-of-the-art BME680 breakout lets you measure temperature, pressure, hum ## Installing +### Full install (recommended): + +We've created an easy installation script that will install all pre-requisites and get your Scroll pHAT HD +up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal +on your Raspberry Pi desktop, as illustrated below: + +![Finding the terminal](http://get.pimoroni.com/resources/github-repo-terminal.png) + +In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions: + +```bash +curl https://get.pimoroni.com/scrollphathd | bash +``` + ### Manual install: #### Library install for Python 3: