From e99e3525275af06faf7dcac0bd068fcc96876192 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Mon, 15 Apr 2019 23:47:55 +0200 Subject: [PATCH] remove test dir -> kept in branch python-test --- test/intall_raspi_deps.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/intall_raspi_deps.sh diff --git a/test/intall_raspi_deps.sh b/test/intall_raspi_deps.sh deleted file mode 100644 index 65ea38f..0000000 --- a/test/intall_raspi_deps.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -sudo apt-get update && sudo apt-get upgrade -sudo apt-get install git python3-pip tmux vim -y -pip install smbus -git clone https://github.com/juliangaal/mpu6050.git