File size: 139 Bytes
b27b0a2
 
 
 
 
1
2
3
4
5
import os, sys
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
os.system('bash scripts/install.sh')

os.system('python app.py')