Skip to content

Commit

Permalink
Update README.md - mention circup installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Dec 7, 2023
1 parent ae1e350 commit 5fae462
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ unzip it and copy over the subfolders, such as `lib`, into the root of your
CircuitPython device. Make sure to indicate that it should be merged with the
existing folder when it exists.

Alteratively use `circup` by adding as a custom bundle:
```
circup bundle-add good-enough-technology/circuitpython_goodenough_bundle
```

Then the new libraries will be immediately available for installation, e.g.
```
circup install sensirion_i2c_sen5x
```

# Development

After you clone this repository you must run `git submodule init` on update
Expand Down

0 comments on commit 5fae462

Please sign in to comment.