Klipper Documentation Update (NumPy)

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?

2 Likes

Good point. While not needed the -dev package is more universal.

Care to open a PR?

I went ahead and posted a PR :grinning:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.