The measuring resonance section of the Kipper documentation is located here:
https://www.klipper3d.org/Measuring_Resonances.html
It explains that one must install the package “libopenblas-base” using the following command:
sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-base
This is fine for systems running Debian Buster/Bullseye as the “libopenblas-base” package is supported. “libopenblas-base” is not included in the default Bookworm source list, however:
Bookworm openblas
“libopenblas-dev” is supported by all 3, however. I was able to install numpy by changing “libopenblas-base” to “libopenblas-dev”.
Should the documentation be updated to reference “libopenblas-dev”, or provide additional instruction on how to install NumPy for newer systems using Bookworm?