This commit is contained in:
JamesH1978 2025-12-24 09:10:20 +08:00 committed by GitHub
commit 7a8a40e1e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,11 +212,19 @@ the following commands:
sudo apt update
sudo apt install python3-numpy python3-matplotlib libatlas-base-dev libopenblas-dev
```
If you are using a Trixie version of Debian, please use:
```
sudo apt update
sudo apt install python3-numpy python3-matplotlib libopenblas-dev
```
Next, in order to install NumPy in the Klipper environment, run the command:
```
~/klippy-env/bin/pip install -v "numpy<1.26"
```
If you are using a Trixie version of Debian, please use:
```
~/klippy-env/bin/pip install -v numpy
```
Note that, depending on the performance of the CPU, it may take *a lot*
of time, up to 10-20 minutes. Be patient and wait for the completion of
the installation. On some occasions, if the board has too little RAM