VSA / env.py
cnzzx's picture
init
b27b0a2
raw
history blame contribute delete
139 Bytes
import os, sys
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
os.system('bash scripts/install.sh')
os.system('python app.py')