Update README.md [ci skip]

This commit is contained in:
Ines Montani 2020-12-09 13:10:49 +11:00
parent f2571b5ec4
commit e09588e6ca
1 changed files with 0 additions and 8 deletions

View File

@ -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)