mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Merge pull request #173 from kmeurer/master
Add force flag to installation page.
This commit is contained in:
commit
8430db06b1
|
@ -31,7 +31,7 @@ mixin Option(name, open)
|
||||||
|
|
||||||
pre.language-bash: code
|
pre.language-bash: code
|
||||||
| $ pip install spacy
|
| $ pip install spacy
|
||||||
| $ python -m spacy.en.download all
|
| $ python -m spacy.en.download --force all
|
||||||
|
|
||||||
p
|
p
|
||||||
| The download command fetches and installs about 400mb of data, for
|
| The download command fetches and installs about 400mb of data, for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user