forgot to add pyjarowinkler to intsall instructions. hopefully that covers everything now

This commit is contained in:
cloveranon
2019-12-24 04:29:37 -05:00
parent 728ce94ad2
commit e331d0d621
+2 -2
View File
@@ -44,9 +44,9 @@ Install python, pytorch (`torch`), and `transformers`. Windows users may need to
pip3 install torch -f https://download.pytorch.org/whl/torch_stable.html
```
Then:
Then install `transformers` and `pyjarowinkler`:
```
pip3 install transformers
pip3 install transformers pyjarowinkler
```
That should cover all the dependencies needed to run Clover-Edition.