mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:30:37 +09:00
scripts: Migrated shaper calibration scripts to Python3
Also updated instructions to install python3-numpy and python3-matplotlib Python packages. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
committed by
KevinOConnor
parent
8b6753d68f
commit
309b8e030f
@@ -77,7 +77,7 @@ too little RAM, the installation may fail and you will need to enable swap.
|
||||
Next, run the following commands to install the additional dependencies:
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install python-numpy python-matplotlib
|
||||
sudo apt install python3-numpy python3-matplotlib
|
||||
```
|
||||
|
||||
Afterwards, check and follow the instructions in the
|
||||
|
||||
Reference in New Issue
Block a user