From 1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752 Mon Sep 17 00:00:00 2001 From: Anders Brujordet Date: Wed, 14 Feb 2024 01:18:08 +0100 Subject: [PATCH] docs: Add required dependency to run numpy with python3 on RPI (#6491) Signed-off-by: Anders Brujordet --- docs/Measuring_Resonances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index 28cda9d0..79f7de0f 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -207,7 +207,7 @@ software dependencies not installed by default. First, run on your Raspberry Pi the following commands: ``` sudo apt update -sudo apt install python3-numpy python3-matplotlib libatlas-base-dev +sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-base ``` Next, in order to install NumPy in the Klipper environment, run the command: