tree3po commited on
Commit
20e3d51
·
verified ·
1 Parent(s): 4643d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -1,8 +1,13 @@
1
  import os
 
2
 
3
- os.system(f"""cd Kinetix && pip install -e . &&
 
 
 
 
4
  pre-commit install &&
5
  export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix &&
6
  cd {os.getcwd()} && python {os.getcwd()}/Kinetix/kinetix/editor.py""")
7
  #os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
8
- #os.system("cd Kinetix/kinetix && python editor.py")
 
1
  import os
2
+ import Kinetix
3
 
4
+ print(Kinetix)
5
+ print(Kinetix.kinetix)
6
+ k = Kinetix.kinetix()
7
+ print(k)
8
+ '''os.system(f"""cd Kinetix && pip install -e . &&
9
  pre-commit install &&
10
  export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix &&
11
  cd {os.getcwd()} && python {os.getcwd()}/Kinetix/kinetix/editor.py""")
12
  #os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
13
+ #os.system("cd Kinetix/kinetix && python editor.py")'''