Spaces:
Sleeping
Sleeping
File size: 149 Bytes
16ddcd4 |
1 2 3 4 |
import os
os.system('git clone https://github.com/broadfield-dev/doitall.git')
os.system('pip install ./doitall')
os.system('python doitall/demo.py') |