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:
Dmitry Butyugin 2021-12-08 21:44:07 +01:00 committed by KevinOConnor
parent 8b6753d68f
commit 309b8e030f
4 changed files with 13 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
# Generate adxl345 accelerometer graphs
#
# Copyright (C) 2020 Kevin O'Connor <kevin@koconnor.net>