From a0db03ef7a26e3f738cd1fca4cc3449422138221 Mon Sep 17 00:00:00 2001 From: Fatih Sen Date: Sat, 18 Mar 2023 23:09:59 +0300 Subject: [PATCH] I changed the steps of the spacy model installation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a403d10..ce53f30 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ pip install . Before running for the first time download the related spacy model by running: ``` +# !python3 -m pip install -U pip setuptools wheel +# !python3 -m pip install -U spacy # !python3 -m spacy download en_core_web_sm ```