SemanticTypography commited on
Commit
4418a84
1 Parent(s): ebd6916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ sys.path.append('/home/user/app/code')
14
  os.system('git clone https://github.com/BachiLi/diffvg.git')
15
  os.chdir('diffvg')
16
  os.system('git submodule update --init --recursive')
17
- os.system('sudo -i python setup.py install --user')
18
  sys.path.append("/home/user/.local/lib/python3.8/site-packages/diffvg-0.0.1-py3.8-linux-x86_64.egg")
19
 
20
  os.chdir('/home/user/app')
 
14
  os.system('git clone https://github.com/BachiLi/diffvg.git')
15
  os.chdir('diffvg')
16
  os.system('git submodule update --init --recursive')
17
+ os.system('python setup.py install --user')
18
  sys.path.append("/home/user/.local/lib/python3.8/site-packages/diffvg-0.0.1-py3.8-linux-x86_64.egg")
19
 
20
  os.chdir('/home/user/app')