******************************************************** * Installation des dépendances * ******************************************************** ***** Commande: sudo apt-get update ********** Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Hit:2 http://ftp.fr.debian.org/debian buster InRelease Get:3 http://ftp.fr.debian.org/debian buster-updates InRelease [51.9 kB] Hit:4 http://phoscon.de/apt/deconz buster InRelease Hit:5 https://deb.nodesource.com/node_12.x buster InRelease Fetched 117 kB in 1s (119 kB/s) Reading package lists... ***** Commande: sudo apt-get install -y python3 python3-pip ********** Reading package lists... Building dependency tree... Reading state information... python3-pip is already the newest version (18.1-5). python3 is already the newest version (3.7.3-1). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. ***** Commande: sudo pip3 install requests ********** Requirement already satisfied: requests in /usr/lib/python3/dist-packages (2.21.0) ***** Commande: sudo pip3 install bluepy ********** Requirement already satisfied: bluepy in /usr/local/lib/python3.7/dist-packages (1.3.0) ******************************************************** * Installation terminée * ********************************************************