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

Update app.py

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