kinet-test / app.py
tree3po's picture
Update app.py
ac9762c verified
raw
history blame
266 Bytes
import os
os.system(f"""cd Kinetix && pip install -e . &&
export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix &&
cd {os.getcwd()} && python editor.py""")
#os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
#os.system("cd Kinetix/kinetix && python editor.py")