aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hw-tb2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-hw-tb2.sh')
-rwxr-xr-xbootstrap-hw-tb2.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap-hw-tb2.sh b/bootstrap-hw-tb2.sh
index c86a8d3a20..bb5afcaac3 100755
--- a/bootstrap-hw-tb2.sh
+++ b/bootstrap-hw-tb2.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+set -x
+
+sudo apt-get -y update
+sudo apt-get -y install libpython2.7-dev python-virtualenv
+
virtualenv env
. env/bin/activate