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