Add info on CLI to docs on own models

This commit is contained in:
ines 2017-03-21 11:25:01 +01:00
parent 09b24bc5a9
commit 49bbfdaac1

View File

@ -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