Translation
RicardoRei commited on
Commit
d2d555c
1 Parent(s): 446dac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -117,11 +117,11 @@ Apache 2.0
117
 
118
  # Usage (unbabel-comet)
119
 
120
- Using this model requires unbabel-comet to be installed:
121
 
122
  ```bash
123
  pip install --upgrade pip # ensures that pip is current
124
- pip install unbabel-comet
125
  ```
126
 
127
  Then you can use it through comet CLI:
 
117
 
118
  # Usage (unbabel-comet)
119
 
120
+ Using this model requires unbabel-comet (>=2.0.0) to be installed:
121
 
122
  ```bash
123
  pip install --upgrade pip # ensures that pip is current
124
+ pip install "unbabel-comet>=2.0.0"
125
  ```
126
 
127
  Then you can use it through comet CLI: