Skip to content

Commit

Permalink
blog: use pip install --upgrade for installing pre-release 1.0 (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla authored May 5, 2020
1 parent 08abc61 commit db5ddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2020-05-04-dvc-3-years-and-1-0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can install the pre-release version from the development branch (instruction
on [our website](https://dvc.org/doc/install/pre-release)) or through pip:

```dvc
$ pip install --pre dvc
$ pip install --upgrade --pre dvc
```

The new DVC is inspired by discussions and contributions from our community -
Expand Down

0 comments on commit db5ddf7

Please sign in to comment.