Skip to content

Commit

Permalink
docs: Update Measuring_Resonances.md (#6515)
Browse files Browse the repository at this point in the history
Changed "libopenblas-base" to "libopenblas-dev"

Signed-off-by: Philip Weber <philiprweb@gmail.com>
  • Loading branch information
TheParanoidEngineer authored Mar 25, 2024
1 parent d904334 commit e37b007
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 libopenblas-base
sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-dev
```

Next, in order to install NumPy in the Klipper environment, run the command:
Expand Down

0 comments on commit e37b007

Please sign in to comment.