Skip to content

Commit 0957074

Browse files
Added OLI install details.
1 parent 25c941f commit 0957074

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The state-of-the-art BME680 breakout lets you measure temperature, pressure, hum
66

77
## Installing
88

9+
### Full install (recommended):
10+
11+
We've created an easy installation script that will install all pre-requisites and get your Scroll pHAT HD
12+
up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal
13+
on your Raspberry Pi desktop, as illustrated below:
14+
15+
![Finding the terminal](http://get.pimoroni.com/resources/github-repo-terminal.png)
16+
17+
In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:
18+
19+
```bash
20+
curl https://get.pimoroni.com/scrollphathd | bash
21+
```
22+
923
### Manual install:
1024

1125
#### Library install for Python 3:

0 commit comments

Comments
 (0)