From e331d0d6214796a92d1aa471da201f2d5207d39e Mon Sep 17 00:00:00 2001 From: cloveranon Date: Tue, 24 Dec 2019 04:29:37 -0500 Subject: [PATCH] forgot to add pyjarowinkler to intsall instructions. hopefully that covers everything now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4292ce7..3ccd9be 100644 --- a/README.md +++ b/README.md @@ -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.