master
marxzuckerburg 4 years ago
parent 7a39ec1bfe
commit f95caf2ee4

@ -40,5 +40,5 @@ then
pushd $path_repo && git pull
fi
python -m pip install -r $path_repo/requirements.txt
python -m pip install -r $path_repo/requirements.txt -q
python $path_repo/comrad/app/main.py

@ -313,7 +313,7 @@ if [ "$machine" = "Mac" ]
then
echo "Installing Mac native GUI bridge"
python -m pip install git+https://github.com/kivy/pyobjus
else
fi
#######################################

Loading…
Cancel
Save