From 309b8e030f68329d04573042ffc53a2745ac088b Mon Sep 17 00:00:00 2001 From: Dmitry Butyugin Date: Wed, 8 Dec 2021 21:44:07 +0100 Subject: scripts: Migrated shaper calibration scripts to Python3 Also updated instructions to install python3-numpy and python3-matplotlib Python packages. Signed-off-by: Dmitry Butyugin --- scripts/graph_accelerometer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/graph_accelerometer.py') diff --git a/scripts/graph_accelerometer.py b/scripts/graph_accelerometer.py index 990bd23b..8c09e847 100755 --- a/scripts/graph_accelerometer.py +++ b/scripts/graph_accelerometer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Generate adxl345 accelerometer graphs # # Copyright (C) 2020 Kevin O'Connor -- cgit v1.2.3-70-g09d2