We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9513442 commit 57aac8fCopy full SHA for 57aac8f
README.md
@@ -27,6 +27,12 @@ cd bme680-python
27
./install.sh
28
```
29
30
+**Note** Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:
31
+
32
+```
33
+source ~/.virtualenvs/pimoroni/bin/activate
34
35
36
### Development:
37
38
If you want to contribute, or like living on the edge of your seat by having the latest code, you can install the development version like so:
@@ -48,5 +54,3 @@ sudo raspi-config nonint do_i2c 0
48
54
* Guides and tutorials - https://learn.pimoroni.com/bme680-breakout
49
55
* Get help - http://forums.pimoroni.com/c/support
50
56
51
-
52
0 commit comments