Skip to content

Commit

Permalink
Update README.md: Mention conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
zarquon42b authored Oct 30, 2024
1 parent a6a3f44 commit 596a4cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ Run the following command in R:
require(devtools)
install_github("zarquon42b/Rvcg", local=FALSE)

#### Conda Version
Rvcg has been ported to the python packaging system Conda thanks to [@dipterix](https://github.com/username@dipterix) and can be found here [https://anaconda.org/conda-forge/r-rvcg](https://anaconda.org/conda-forge/r-rvcg)

From an active conda enironment, it can be installed with the command

```conda install conda-forge::r-rvcg ```

0 comments on commit 596a4cb

Please sign in to comment.