Skip to content

Commit

Permalink
install: update Windows isntructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 27, 2020
1 parent d10763c commit ce7a3d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
10 changes: 5 additions & 5 deletions content/docs/install/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation

Please double check that you don't already have DVC (for example running
`which dvc`) before trying to install it (again).
> Please double check that you don't already have DVC (for example running
> `which dvc`) before trying to install it.
- [Install on MacOS](/doc/install/macos)
- [Install on Windows](/doc/install/windows)
Expand All @@ -16,12 +16,12 @@ if needed. The [Python API](/doc/api-reference) module is `dvc.api`.

## Advanced options

- You can [install a stable pre-release](/doc/install/pre-release) of DVC to
stay ahead of official releases.

- Shell completion is automatically enabled by certain installation methods. If
it does not work for you, please see
[these instructions](/doc/install/completion) to set it up.

- You can [install a stable pre-release](/doc/install/pre-release) of DVC to
stay ahead of official releases.

- Please also check out these 3rd-party tool [plugins](/doc/install/plugins),
which might be useful.
26 changes: 19 additions & 7 deletions content/docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
> To use DVC [as a Python library](/doc/api-reference), please
> [install with pip](#install-with-pip) or [with conda](#install-with-conda).
## Windows installer
## Install with choco

The easiest way is to use the self-contained, executable installer (binary),
which is available from the big "Download" button on the [home page](/). You can
also get it from the [release page](https://github.com/iterative/dvc/releases/)
on GitHub.
The easiest way to install from command line for most cases is to install
[Chocolatey](https://chocolatey.org/) on your machine, and use the `choco`
command:

> You may use Windows Uninstaller to
> [remove the program](https://support.microsoft.com/en-us/help/4028054/windows-10-repair-or-remove-programs).
```dvc
$ choco install dvc
```

## Install with conda

Expand Down Expand Up @@ -56,3 +56,15 @@ $ pip install "dvc[s3]"
In this case it installs `boto3` library as well, besides DVC.

</details>

## Windows installer

An easy way is to use the self-contained, executable installer (binary), which
is available from the big "Download" button on the [home page](/). You can also
get it from the [release page](https://github.com/iterative/dvc/releases/) on
GitHub.

> You'll need to download the installer each time to update DVC.
> You may use Windows Uninstaller to
> [remove the program](https://support.microsoft.com/en-us/help/4028054/windows-10-repair-or-remove-programs).

0 comments on commit ce7a3d7

Please sign in to comment.