python 3
This commit is contained in:
parent
44e31155d7
commit
14f86b6b45
1 changed files with 2 additions and 2 deletions
|
@ -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 ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue