From 8625338c0e2f5b69c63eff956516c13e15a1b966 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:38:52 +0000 Subject: [PATCH] Update installation commands in README Removed 'sudo' from installation commands in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29c7234..ee39372 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ Stable library and dependencies from GitHub: * `git clone https://github.com/pimoroni/mics6814-python` * `cd mics6814-python` -* `sudo ./install.sh` +* `./install.sh` Latest/development library and dependencies from GitHub: * `git clone https://github.com/pimoroni/mics6814-python` * `cd mics6814-python` -* `sudo ./install.sh --unstable` +* `./install.sh --unstable` **Note** Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples: