Xu Ma commited on
Commit
6e05cf2
·
1 Parent(s): bda738d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ run_cmd("pwd")
33
  run_cmd("ls")
34
  run_cmd("git submodule update --init --recursive")
35
  run_cmd("python setup.py install --user")
 
36
  run_cmd("pip list")
37
  import diffvg
38
  print("Sccuessfuly import diffvg ")
 
33
  run_cmd("ls")
34
  run_cmd("git submodule update --init --recursive")
35
  run_cmd("python setup.py install --user")
36
+ run_cmd("python3 setup.py install --user")
37
  run_cmd("pip list")
38
  import diffvg
39
  print("Sccuessfuly import diffvg ")