import os, sys sys.path.append(os.path.dirname(os.path.dirname(__file__))) os.system('bash scripts/install.sh') os.system('python app.py')