gigant commited on
Commit
cbf619d
1 Parent(s): 331a102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
 
 
3
  os.system("pip install Cython")
4
  os.system("pip install benepar")
5
 
 
1
  import os
2
 
3
+ os.system("pip install networkx")
4
  os.system("pip install Cython")
5
  os.system("pip install benepar")
6