From e09588e6cab506753f54c196837ad621070e0a91 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 9 Dec 2020 13:10:49 +1100 Subject: [PATCH] Update README.md [ci skip] --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 376b5ce2c..55e4c6512 100644 --- a/README.md +++ b/README.md @@ -112,14 +112,6 @@ pip install -U pip setuptools wheel pip install spacy ``` -For installation on python 3.5 where binary wheels are not provided for the most -recent versions of the dependencies, you can prefer older binary wheels over -newer source packages with `--prefer-binary`: - -```bash -pip install spacy --prefer-binary -``` - To install additional data tables for lemmatization and normalization in **spaCy v2.2+** you can run `pip install spacy[lookups]` or install [`spacy-lookups-data`](https://github.com/explosion/spacy-lookups-data)