diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2021-12-08 21:44:07 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-12-30 18:14:53 -0500 |
commit | 309b8e030f68329d04573042ffc53a2745ac088b (patch) | |
tree | 7170b01e09b2e49c331d732971bfccaecc4963d4 /docs/Measuring_Resonances.md | |
parent | 8b6753d68f681b0ed7e76b5e05b2bc7da6d5aa1d (diff) | |
download | kutter-309b8e030f68329d04573042ffc53a2745ac088b.tar.gz kutter-309b8e030f68329d04573042ffc53a2745ac088b.tar.xz kutter-309b8e030f68329d04573042ffc53a2745ac088b.zip |
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>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r-- | docs/Measuring_Resonances.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index e940713a..32a7413d 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -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 |