From 3a586053e76ed722151881d9717a377a391aa7db Mon Sep 17 00:00:00 2001 From: malcolm-sparkfun Date: Fri, 13 Dec 2024 12:52:09 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5c5b7..10f54f4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ Next, pull down the latest version of the bundle published by this repository by ```circup bundle-add sparkfun/Qwiic_SerLCD_Circup_Bundle``` Finally, install the relevant library files to your device with: -```circup install qwiic_serlcd``` + +```circup install --py qwiic_serlcd``` ## Updating To update this bundle: @@ -55,4 +56,4 @@ To update this bundle: 3) Create a new tag/release for this repository. This will trigger a workflow to publish the necessary circup artifacts. ## Building -This bundle will be automatically built and released by GithHub workflows when a new tag is created in this repo. \ No newline at end of file +This bundle will be automatically built and released by GithHub workflows when a new tag is created in this repo.