From 44584d8cacc09fa21ba1f9018628f5c9a51ebd70 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Mon, 15 Apr 2019 21:10:12 +0200 Subject: [PATCH] installation script for testing --- test/intall_raspi_deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/intall_raspi_deps.sh b/test/intall_raspi_deps.sh index 1d50065..eab04bd 100644 --- a/test/intall_raspi_deps.sh +++ b/test/intall_raspi_deps.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash -sudo apt-get install git +sudo apt-get update && sudp apt-get upgrade +sudo apt-get install git python3-pip tmux vim -y +pip install smbus git clone https://github.com/juliangaal/mpu6050.git