@@ -0,0 +1,8 @@
+#!/bin/bash
+#
+echo "* Initialising Submodules"
+git submodule init
+git submodule update
+
+echo "* Creating virtual env"
+mkvenv