Skip to content

Commit 83717b5

Browse files
Updated README.md
1 parent bcf3704 commit 83717b5

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
11
# BME680
22

3-
Python Library for the Bosch BME680 gas, temperature, pressure and humidity sensor.
3+
[https://shop.pimoroni.com/products/bme680
4+
5+
The state-of-the-art BME680 breakout lets you measure temperature, pressure, humidity, and indoor air quality.
6+
7+
## Installing
8+
9+
### Manual install:
10+
11+
#### Library install for Python 3:
12+
13+
```bash
14+
sudo pip3 install bme680
15+
```
16+
17+
#### Library install for Python 2:
18+
19+
```bash
20+
sudo pip2 install bme680
21+
```
22+
23+
### Development:
24+
25+
If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, `cd` to the library directory, and run:
26+
27+
```bash
28+
sudo python3 setup.py install
29+
```
30+
(or `sudo python setup.py install` whichever your primary Python environment may be)
31+
32+
In all cases you will have to enable the i2c bus.
33+
34+
## Documentation & Support
35+
36+
* Guides and tutorials - https://learn.pimoroni.com/bme680
37+
* Get help - http://forums.pimoroni.com/c/support

0 commit comments

Comments
 (0)