From fed53b1552b935c5beb8500d89a4d411b210d5bc Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 5 Nov 2019 18:26:47 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 99d66bb31..529fa419a 100644 --- a/README.md +++ b/README.md @@ -180,9 +180,6 @@ pointing pip to a path or URL. # download best-matching version of specific model for your spaCy installation python -m spacy download en_core_web_sm -# out-of-the-box: download best-matching default model -python -m spacy download en - # pip install .tar.gz archive from path or URL pip install /Users/you/en_core_web_sm-2.2.0.tar.gz pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.0/en_core_web_sm-2.2.0.tar.gz