diff --git a/website/docs/usage/models.jade b/website/docs/usage/models.jade index 51eea37d5..39c37a816 100644 --- a/website/docs/usage/models.jade +++ b/website/docs/usage/models.jade @@ -104,14 +104,11 @@ p | recommend using pip with a direct link, instead of relying on spaCy's | #[+api("cli#download") #[code download]] command. -p ++infobox | You can also add the direct download link to your application's - | #[code requirements.txt]. For more information on this, see the - | #[+a("https://pip.pypa.io/en/latest/reference/pip_install/#requirements-file-format") pip documentation]. - | This will only install the package and not trigger any of spaCy's internal - | commands like #[code download] or #[code link]. So you'll have to make - | sure to create a link for your model manually, or - | #[+a("#usage-import") import it as a module] instead. + | #[code requirements.txt]. For more details, + | see the usage guide on + | #[+a("/docs/usage/production-use#models") working with models in production]. +h(3, "download-manual") Manual download and installation @@ -229,6 +226,10 @@ p | immediately, instead of failing somewhere down the line when calling | #[code spacy.load()]. ++infobox + | For more details, see the usage guide on + | #[+a("/docs/usage/production-use#models") working with models in production]. + +h(2, "own-models") Using your own models p