From 8cc7ebed7325c1d6f5ad4eb6a9fa8a4cc9a82afd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 22 Nov 2023 17:40:44 +0200 Subject: [PATCH] README.rst: Fix install with circup Replace nunchuk with adafruit_nunchuk in command circup install to avoid the following issue: Searching for dependencies for: ['nunchuk'] WARNING: nunchuk is not a known CircuitPython library. Ready to install: [] Signed-off-by: Leon Anavi --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 815788d..3481cf9 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ following command to install: .. code-block:: shell - circup install nunchuk + circup install adafruit_nunchuk Or the following command to update an existing version: