From 0ec81a4f5bbd81896e04a07d69a1d993124567c0 Mon Sep 17 00:00:00 2001 From: JohnHind Date: Mon, 30 Oct 2023 16:00:56 +0000 Subject: [PATCH] Update README.rst Add Pip instructions for Blinka --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 7af72ce..8e7f7d5 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,13 @@ Or the following command to update an existing version: circup update +Installing for Blinka with Pip +============================== + +.. code-block:: shell + + pip3 install cedargrove-nau7802 + Usage Example =============