From 596a4cba7e07242f5356698aded2ce85223f9942 Mon Sep 17 00:00:00 2001 From: Stefan Schlager Date: Wed, 30 Oct 2024 08:29:36 +0100 Subject: [PATCH] Update README.md: Mention conda package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52f0e10c..20dfafa9 100644 --- a/README.md +++ b/README.md @@ -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 ```