updated install.sh to attempt to install the latest python dependencies on reinstall in case new dependencies have been introduced

This commit is contained in:
Blake Harnden 2020-05-08 09:22:22 -07:00
parent 0aba1aa928
commit 9b4802a5ae

View file

@ -138,6 +138,8 @@ else
uninstall_core
echo "pulling latest code"
git pull
echo "installing python dependencies"
install_python_depencencies
echo "building CORE"
case ${os} in
"ubuntu")