vuu10 commited on
Commit
8f08de1
1 Parent(s): b24b0df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ try:
19
  from openbabel import openbabel
20
  except:
21
  print ("openbabel not found, Installing openbabel ")
22
- os.system("wget https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /usr/local")
23
  os.system("conda install -c conda-forge openbabel -y")
24
  from openbabel import openbabel
25
 
 
19
  from openbabel import openbabel
20
  except:
21
  print ("openbabel not found, Installing openbabel ")
22
+ os.system("wget 'https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh' && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /usr/local")
23
  os.system("conda install -c conda-forge openbabel -y")
24
  from openbabel import openbabel
25