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

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