tree3po commited on
Commit
b1a0567
·
verified ·
1 Parent(s): e0f25ed

Update app.py

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