From c9f04f3cd0de7e4df1a035974451d39486f1b51b Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 21 May 2017 13:23:39 +0200 Subject: [PATCH] Add note on automated processes to download command --- website/docs/api/cli.jade | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/docs/api/cli.jade b/website/docs/api/cli.jade index 34d12c797..d600bf5f0 100644 --- a/website/docs/api/cli.jade +++ b/website/docs/api/cli.jade @@ -45,6 +45,16 @@ p +cell flag +cell Show help message and available arguments. ++infobox("Important note") + | The #[code download] command is mostly intended as a convenient, + | interactive wrapper – it performs compatibility checks and prints + | detailed messages in case things go wrong. It's #[strong not recommended] + | to use this command as part of an automated process. If you know which + | model your project needs, you should consider a + | #[+a("/docs/usage/models#download-pip") direct download via pip], or + | uploading the model to a local PyPi installation and fetching it straight + | from there. This will also allow you to add it as a versioned package + | dependency to your project. +h(2, "link") Link