diff --git a/install.sh b/install.sh index a87c5ea..270f475 100755 --- a/install.sh +++ b/install.sh @@ -57,6 +57,11 @@ function availability { fi } +################################################################# +# Initiliaze submodules +################################################################# +git submodule update --init + ################################################################# # Create virtualenv #################################################################