diff options
author | Anders Brujordet <anders@brujordet.no> | 2024-02-14 01:18:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 19:18:08 -0500 |
commit | 1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752 (patch) | |
tree | 72f838a984bfb54ee2f55644d8e883a53f92787d /docs/Measuring_Resonances.md | |
parent | 6ce6fbbce07605010c0d4fa8eaa0ebcde01e53db (diff) | |
download | kutter-1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752.tar.gz kutter-1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752.tar.xz kutter-1b24f6a2ad2b7527f5fc70efaf9a4055f4bef752.zip |
docs: Add required dependency to run numpy with python3 on RPI (#6491)
Signed-off-by: Anders Brujordet <anders@brujordet.no>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r-- | docs/Measuring_Resonances.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |