Add pip upgrade step to README

This commit is contained in:
Adriane Boyd 2020-10-06 10:40:43 +02:00
parent 126268ce50
commit 59982d5ef8

View File

@ -104,9 +104,11 @@ For detailed installation instructions, see the
### pip
Using pip, spaCy releases are available as source packages and binary wheels (as
of `v2.0.13`).
of `v2.0.13`). Before you install spaCy and its dependencies, make sure that
your `pip`, `setuptools` and `wheel` are up to date.
```bash
pip install -U pip setuptools wheel
pip install spacy
```