Skip to content

Commit

Permalink
README.md: Add note about the virtual environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 25, 2024
1 parent 9513442 commit 57aac8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ cd bme680-python
./install.sh
```

**Note** Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:

```
source ~/.virtualenvs/pimoroni/bin/activate
```

### Development:

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:
Expand All @@ -48,5 +54,3 @@ sudo raspi-config nonint do_i2c 0
* Guides and tutorials - https://learn.pimoroni.com/bme680-breakout
* Get help - http://forums.pimoroni.com/c/support



0 comments on commit 57aac8f

Please sign in to comment.