mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
Missing word in api/cli doc
This commit is contained in:
parent
36e3532475
commit
7c3a4ce933
|
@ -109,9 +109,9 @@ links) and check whether they are compatible with the currently installed
|
||||||
version of spaCy. Should be run after upgrading spaCy via `pip install -U spacy`
|
version of spaCy. Should be run after upgrading spaCy via `pip install -U spacy`
|
||||||
to ensure that all installed models are can be used with the new version. The
|
to ensure that all installed models are can be used with the new version. The
|
||||||
command is also useful to detect out-of-sync model links resulting from links
|
command is also useful to detect out-of-sync model links resulting from links
|
||||||
created in different virtual environments. It will a list of models, the
|
created in different virtual environments. It will show a list of models and
|
||||||
installed versions, the latest compatible version (if out of date) and the
|
their installed versions. If any model is out of date, the latest compatible
|
||||||
commands for updating.
|
versions and command for updating are shown.
|
||||||
|
|
||||||
> #### Automated validation
|
> #### Automated validation
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user