mirror of https://github.com/explosion/spaCy.git
Fix DVC command example (#11457)
This command doesn't have the project dir, but it's required.
This commit is contained in:
parent
515d5c65d5
commit
2602a30d32
|
@ -758,7 +758,7 @@ and [`dvc repro`](https://dvc.org/doc/command-reference/repro) to reproduce the
|
|||
workflow or individual commands.
|
||||
|
||||
```cli
|
||||
$ python -m spacy project dvc [workflow_name]
|
||||
$ python -m spacy project dvc [project_dir] [workflow_name]
|
||||
```
|
||||
|
||||
<Infobox title="Important note for multiple workflows" variant="warning">
|
||||
|
|
Loading…
Reference in New Issue