From 0dd6d84505dab73fb774f3bb87f345b94556d58f Mon Sep 17 00:00:00 2001 From: Can Altineller Date: Tue, 19 Nov 2024 02:26:48 +0300 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a767907..bbea13a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Qwiic cables are a popular choice for connecting various sensors and actuators t #### Installing Software
-

✅ Prerequisites

+

⚠️ Prerequisites

In order to send I2C commands from your host with Python, you need to install the python3-smbus2 library.

For Ubuntu:

@@ -60,7 +60,7 @@ Qwiic cables are a popular choice for connecting various sensors and actuators t

If your Ubuntu version does not have the python3-smbus2 package, use pip3 to install package locally:

-
sudo apt install python3-smbus2
+
pip3 install smbus2