Spaces:
Runtime error
Runtime error
File size: 318 Bytes
f8286fc e5fa708 ac9762c 3fca83a ac9762c 4643d7f ac9762c |
1 2 3 4 5 6 7 8 |
import os
os.system(f"""cd Kinetix && pip install -e . &&
pre-commit install &&
export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix &&
cd {os.getcwd()} && python {os.getcwd()}/Kinetix/kinetix/editor.py""")
#os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
#os.system("cd Kinetix/kinetix && python editor.py") |