From 14f86b6b453b63110cc3f3dfda204f918f14c1bf Mon Sep 17 00:00:00 2001 From: Sergio Pernas Date: Fri, 11 Mar 2022 22:54:25 -0300 Subject: [PATCH] python 3 --- instalador | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instalador b/instalador index b151b8d..4fb6f32 100755 --- a/instalador +++ b/instalador @@ -21,8 +21,8 @@ ficheros="bin arduinos.py contador generador_json funciones monitor monitor_web echo "1. Instalando dependencias " -apt update && apt install -y python-pip jsonlint -pip install pyserial +apt update && apt install -y python3-pip jsonlint +pip3 install pyserial echo ""