From db5ddf74b515b4cc09adbac73adb7d35f669baf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Rowlands=20=28=EB=B3=80=EA=B8=B0=ED=98=B8=29?= Date: Tue, 5 May 2020 22:56:31 +0900 Subject: [PATCH] blog: use pip install --upgrade for installing pre-release 1.0 (#1241) --- content/blog/2020-05-04-dvc-3-years-and-1-0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md index ffab11edd6..190e7f5eeb 100644 --- a/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md +++ b/content/blog/2020-05-04-dvc-3-years-and-1-0-release.md @@ -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 -