Skip to content

Commit

Permalink
docs: Add required dependency to run numpy with python3 on RPI (#6491)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Brujordet <[email protected]>
  • Loading branch information
brujoand authored Feb 14, 2024
1 parent 6ce6fbb commit 1b24f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Measuring_Resonances.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b24f6a

Please sign in to comment.