mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 22:54:29 +01:00
Added OLI install details.
This commit is contained in:
parent
25c941fedd
commit
09570742aa
14
README.md
14
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:
|
||||
|
Loading…
Reference in New Issue
Block a user