diff --git a/website/docs/usage/models.jade b/website/docs/usage/models.jade index ae1417a29..39c271df4 100644 --- a/website/docs/usage/models.jade +++ b/website/docs/usage/models.jade @@ -238,7 +238,11 @@ p | #[+a("/docs/usage/adding-languages") additional languages], you can | create a shortuct link for it by pointing #[code spacy.link] to the | model's data directory. To allow your model to be downloaded and - | installed via pip, you'll also need to generate a package for it. + | installed via pip, you'll also need to generate a package for it. You can + | do this manually, or via the new + | #[+a("/docs/usage/cli#package") #[code spacy package] command] that will + | create all required files, and walk you through generating the meta data. + +infobox("Important note") | The model packages are #[strong not suitable] for the public