docs: Add required dependency to run numpy with python3 on RPI (#6491)

Signed-off-by: Anders Brujordet <anders@brujordet.no>
This commit is contained in:
Anders Brujordet 2024-02-14 01:18:08 +01:00 committed by GitHub
parent 6ce6fbbce0
commit 1b24f6a2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: