Skip to content

Commit

Permalink
readme: installation: add a note about homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Mar 21, 2018
1 parent 21524ff commit 65e4ef0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ DVC could be installed via the Python Package Index (PyPI).
pip install dvc
```

## Homebrew (Mac OS)

### Formula:

```bash
brew install dataversioncontrol/homebrew-dvc/dvc
```

### Cask:

```bash
brew cask install dataversioncontrol/homebrew-dvc/dvc
```

# Links

Website: https://dataversioncontrol.com
Expand Down

0 comments on commit 65e4ef0

Please sign in to comment.