File size: 168 Bytes
f8286fc
e5fa708
c00d15c
372af04
 
1
2
3
4
5
import os

os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
os.system("cd Kinetix && pip install -e .")
os.system("cd Kinetix && python kinetix/editor.py")