mirror of https://github.com/explosion/spaCy.git
Update README.md [ci skip]
This commit is contained in:
parent
f2571b5ec4
commit
e09588e6ca
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue