Update update script

This commit is contained in:
Paulus Schoutsen 2015-08-17 20:11:37 -07:00
parent 4ab75d58f5
commit ebfec2d1d3

View File

@ -3,6 +3,4 @@ if [ ${PWD##*/} == "scripts" ]; then
cd .. cd ..
fi fi
git pull --recurse-submodules=yes git pull
git submodule update --init --recursive
python3 -m pip install -r requirements.txt