Skip to content

Commit

Permalink
include dvc add in pipeline setup (#5136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum authored Feb 20, 2024
1 parent d1e8107 commit 2697216
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/docs/start/data-management/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ $ tree

</details>

The DVC tracked data needed to run this example can be downloaded using
`dvc get`:
The data needed to run this example can be downloaded using `dvc get` and
tracked with `dvc add` (if you are following from
[Data Versioning](/doc/start/data-management/data-versioning), you may already
have this data):

```cli
$ dvc get https://github.com/iterative/dataset-registry \
get-started/data.xml -o data/data.xml
$ dvc add data/data.xml
```

Now, let's go through some usual project setup steps (virtualenv, requirements,
Expand Down

0 comments on commit 2697216

Please sign in to comment.