Skip to content

Commit

Permalink
Merge pull request #27 from dirkschumacher/patch-1
Browse files Browse the repository at this point in the history
Ensure that install_github works easily for all
  • Loading branch information
dfalbel authored Oct 26, 2020
2 parents 5076baa + 4cd331b commit 0a7403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ torchvision is an extension for [torch](https://github.com/mlverse/torch) provid
torchvision is not currently on CRAN. You can install it from GitHub with:

``` r
remotes::install_github("mlverse/torchvision")
remotes::install_github("mlverse/torchvision@main")
```

0 comments on commit 0a7403e

Please sign in to comment.