From bbd64cf66ca3223634a73851934ac432537761f4 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 14 Feb 2022 23:51:58 +0000 Subject: [PATCH] Update README install instructions --- README.md | 4 ++-- library/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48107d3..a1366ca 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Stable library from PyPi: -* Just run `sudo pip install drv8830` +* Just run `python3 -m pip install drv8830` Latest/development library from GitHub: * `git clone https://github.com/pimoroni/drv8830-python` * `cd drv8830-python` -* `sudo ./install.sh` +* `sudo ./install.sh --unstable` diff --git a/library/README.md b/library/README.md index 25ede7f..4ddaa17 100644 --- a/library/README.md +++ b/library/README.md @@ -9,13 +9,13 @@ Stable library from PyPi: -* Just run `sudo pip install drv8830` +* Just run `python3 -m pip install drv8830` Latest/development library from GitHub: * `git clone https://github.com/pimoroni/drv8830-python` * `cd drv8830-python` -* `sudo ./install.sh` +* `sudo ./install.sh --unstable` # Changelog