bkhmsi commited on
Commit
10ca74d
1 Parent(s): 5d2d77d

changed to python3.10

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ os.system('git submodule update --init')
21
  os.chdir('diffvg')
22
  os.system('git submodule update --init --recursive')
23
  os.system('python setup.py install --user')
24
- sys.path.append("/home/user/.local/lib/python3.10/site-packages/diffvg-0.0.1-py3.8-linux-x86_64.egg")
25
 
26
  os.chdir('/home/user/app')
27
 
 
21
  os.chdir('diffvg')
22
  os.system('git submodule update --init --recursive')
23
  os.system('python setup.py install --user')
24
+ sys.path.append("/home/user/.local/lib/python3.10/site-packages/diffvg-0.0.1-py3.10-linux-x86_64.egg")
25
 
26
  os.chdir('/home/user/app')
27