From fc777eea38086915b3476ec7e2e875f99f29dc4b Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sat, 15 Jan 2022 00:32:50 +0000 Subject: [PATCH] Add information on circup to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 84561bf..cab4ef9 100644 --- a/README.md +++ b/README.md @@ -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.