Torsten Simon hace 3 años
padre
commit
3d87e81e4f
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 4 0
      install.sh
  2. 2 1
      requirements.txt

+ 4 - 0
install.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+
+sudo apt-get update && apt-get install python3-pip
+pip3 install -r requirements.txt

+ 2 - 1
requirements.txt

@@ -1 +1,2 @@
-influxdb-client
+influxdb-client
+rpi-rf