Update cli.mdx

This commit is contained in:
Etienne.bfx 2025-07-12 22:49:36 +02:00 committed by GitHub
parent d54b23e50d
commit 54a98396b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ pipeline name to be specified with its version (e.g. `en_core_web_sm-3.0.0`).
> project. > project.
```bash ```bash
$ python -m spacy download [model] [--direct] [--sdist] [pip_args] $ python -m spacy download [model] [--direct] [--sdist] [pip_args] [--url url]
``` ```
| Name | Description | | Name | Description |
@ -58,6 +58,7 @@ $ python -m spacy download [model] [--direct] [--sdist] [pip_args]
| `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ |
| pip args | Additional installation options to be passed to `pip install` when installing the pipeline package. For example, `--user` to install to the user home directory or `--no-deps` to not install package dependencies. ~~Any (option/flag)~~ | | pip args | Additional installation options to be passed to `pip install` when installing the pipeline package. For example, `--user` to install to the user home directory or `--no-deps` to not install package dependencies. ~~Any (option/flag)~~ |
| **CREATES** | The installed pipeline package in your `site-packages` directory. | | **CREATES** | The installed pipeline package in your `site-packages` directory. |
| `--url`, `-U` | Download from a mirror repository at the given url |
## info {id="info",tag="command"} ## info {id="info",tag="command"}