Spico commited on
Commit
7e2a16d
·
unverified ·
2 Parent(s): 02e4a72 911bee9

Merge pull request #1 from guangyusong/main

Browse files
Files changed (1) hide show
  1. scripts/get_aclanthology.sh +2 -0
scripts/get_aclanthology.sh CHANGED
@@ -9,6 +9,8 @@ else
9
  fi
10
  cd acl-anthology/bin
11
 
 
 
12
  python -c '
13
  import json
14
  from anthology import Anthology
 
9
  fi
10
  cd acl-anthology/bin
11
 
12
+ pip install -r https://raw.githubusercontent.com/acl-org/acl-anthology/master/bin/requirements.txt
13
+
14
  python -c '
15
  import json
16
  from anthology import Anthology