nbansal commited on
Commit
17b14df
1 Parent(s): 1996e0c
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ evaluating the relevance of predicted sentences to the reference and input docum
29
 
30
  Before using this metric, you need to install the dependencies:
31
  ```bash
32
- pip install -U sentence-transformers nltk
33
  ```
34
 
35
  #### Python Usage
 
29
 
30
  Before using this metric, you need to install the dependencies:
31
  ```bash
32
+ pip install -U evaluate sentence-transformers nltk
33
  ```
34
 
35
  #### Python Usage