tree3po commited on
Commit
4643d7f
·
verified ·
1 Parent(s): 3fca83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,6 +3,6 @@ import os
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 editor.py""")
7
  #os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix/kinetix")
8
  #os.system("cd Kinetix/kinetix && python editor.py")
 
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")