Skip to content

Commit

Permalink
Revert changes to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
welenofsky committed Nov 4, 2019
1 parent e4d44d4 commit 4dc7e4b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/docs/tutorials/deep/preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ $ echo ".env/" >> .gitignore
$ pip install -r code/requirements.txt
```

## Install DVC

You'll need DVC on your system to continue this tutorial. Please refer to
[Installation](/doc/install) for the easiest way to install DVC on your system.
For this tutorial, installing DVC with [pip](https://pip.pypa.io/) is probably
the easiest:

```dvc
$ pip install dvc
```

## Initialize

DVC works on top of Git repositories. You run DVC initialization in a repository
Expand Down
7 changes: 7 additions & 0 deletions static/docs/tutorials/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ and reproducible way.

## Preparation

If DVC is not installed, please follow these [instructions](/doc/install) to do
so.

> If you're using Windows, please review
> [Running DVC on Windows](/doc/user-guide/running-dvc-on-windows) for important
> tips to improve your experience.
Okay! Let's first download the code and set up a Git repository:

```dvc
Expand Down
7 changes: 7 additions & 0 deletions static/docs/tutorials/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ model file.

## Preparation

If DVC is not installed, please follow these [instructions](/doc/install) to do
so.

> If you're using Windows, please review
> [Running DVC on Windows](/doc/user-guide/running-dvc-on-windows) for important
> tips to improve your experience.
Okay! Let's first download the code and set up a Git repository:

```dvc
Expand Down

0 comments on commit 4dc7e4b

Please sign in to comment.