From 5be3209094cc791b86809e273479ae684c0e656f Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:43:18 +0545 Subject: [PATCH] install: add installation instruction from winget (#5327) --- content/docs/install/windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/install/windows.md b/content/docs/install/windows.md index 3f283c9557..e3403cd5e9 100644 --- a/content/docs/install/windows.md +++ b/content/docs/install/windows.md @@ -24,6 +24,12 @@ command: $ choco install dvc ``` +## Install with winget + +```cli +$ winget install --id Iterative.DVC +``` + ## Install with conda