diff --git a/content/docs/start/data-management/data-pipelines.md b/content/docs/start/data-management/data-pipelines.md index d1657cc94e..1229c383fd 100644 --- a/content/docs/start/data-management/data-pipelines.md +++ b/content/docs/start/data-management/data-pipelines.md @@ -32,6 +32,15 @@ into a [stage](/doc/command-reference/stage): ### ⚙️ Expand to download example code. + + +To actually try this example, begin after following the +[Data Versioning](/doc/start/data-management/data-versioning) chapter. You can +get there by cloning the `2-track-data` tag of our +[example-get-started](https://github.com/iterative/example-get-started) repo. + + + Get the sample code like this: ```dvc @@ -59,8 +68,6 @@ Now let's install the requirements: $ pip install -r src/requirements.txt ``` -Please also add or commit the source code directory with Git at this point. - ```dvc