File size: 465 Bytes
f8286fc
4c07fcb
f8286fc
8e4ec6b
 
 
ca56d7b
 
 
27daf0e
4c07fcb
25f9e9f
236d1c7
25f9e9f
 
 
236d1c7
27daf0e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"cd {os.getcwd()}/Kinetix/kinetix")
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)'''