This commit is contained in:
Sergio Pernas 2022-03-11 22:54:25 -03:00
parent 44e31155d7
commit 14f86b6b45

View file

@ -21,8 +21,8 @@ ficheros="bin arduinos.py contador generador_json funciones monitor monitor_web
echo "1. Instalando dependencias echo "1. Instalando dependencias
" "
apt update && apt install -y python-pip jsonlint apt update && apt install -y python3-pip jsonlint
pip install pyserial pip3 install pyserial
echo "" echo ""