mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Add note on automated processes to download command
This commit is contained in:
parent
869dbf92ce
commit
c9f04f3cd0
|
@ -45,6 +45,16 @@ p
|
||||||
+cell flag
|
+cell flag
|
||||||
+cell Show help message and available arguments.
|
+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
|
+h(2, "link") Link
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user