yourusername commited on
Commit
0df44ca
·
1 Parent(s): b5a81a9

:construction: wip

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if 'diffvg_installed' not in st.session_state:
20
  st.session_state['diffvg_installed'] = True
21
  pwd = Path.cwd().absolute().as_posix()
22
  run_cmd('git submodule update --init --recursive')
23
- run_cmd(f'python diffvg/setup.py install --install-lib {pwd}')
24
 
25
 
26
  st.write('Using submodule pixray')
 
20
  st.session_state['diffvg_installed'] = True
21
  pwd = Path.cwd().absolute().as_posix()
22
  run_cmd('git submodule update --init --recursive')
23
+ run_cmd(f'cd diffvg && python setup.py install --install-lib {pwd} && cd ..')
24
 
25
 
26
  st.write('Using submodule pixray')