kinet-test / app.py
tree3po's picture
Update app.py
25f9e9f verified
raw
history blame
365 Bytes
import os
os.system("git clone https://github.com/FlairOx/Kinetix.git")
os.system("cd Kinetix")
os.system("pip install Kinetix")
#os.system("pip install -e .")
#os.system("pre-commit install")
#os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
from Kinetix import kinetix
try:
kinetix.editor()
print(kinetix)
except Exception as e:
print(e)