From 4f910beba4a5aa7542d4b7ff6bf76a84747ea71a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 20 Jan 2015 23:11:24 -0800 Subject: [PATCH] Update script installs latest dependencies --- scripts/update | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update b/scripts/update index febb50c00b6..7f2b59147bd 100755 --- a/scripts/update +++ b/scripts/update @@ -5,3 +5,4 @@ fi git pull --recurse-submodules=yes git submodule update --init --recursive +python3 -m pip install -r requirements.txt