File size: 196 Bytes
f8286fc
 
 
 
 
 
1
2
3
4
5
6
import os
os.system("git clone https://github.com/FlairOx/Kinetix.git")
os.system("cd Kinetix")
os.system("pip install -e .")
os.system("pre-commit install")
os.system("python3 kinetix/editor.py")