mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-14 02:02:20 +03:00
Update cli.mdx
This commit is contained in:
parent
d54b23e50d
commit
54a98396b8
|
@ -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"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user