Skip to content

Commit

Permalink
Add information on circup to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andypiper committed Jan 15, 2022
1 parent 2de83ab commit fc777ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -21,6 +21,12 @@ This is a set of modifications to the code from the [MACROPAD Hotkeys tutorial](
- adafruit_simple_text_display.mpy
- neopixel.mpy

A simple way to install the required CircuitPython dependencies to `/lib` is to [use circup](https://github.com/adafruit/circup) after `code.py` and the `/macros` folder have been copied to the mounted `CIRCUITPYTHON` drive.

```shell
$ circup install --auto
```

## Configuration

The contents of this repository are macros to work with applications running on macOS.
Expand Down

0 comments on commit fc777ee

Please sign in to comment.