From 631d8522c16ed2a02d1a62853759c65355bb693b Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Wed, 23 Oct 2024 16:43:58 -0400 Subject: [PATCH] replace miniconda reference with miniforge --- docs/cugraph-docs/source/installation/getting_cugraph.md | 2 +- .../source/wholegraph/installation/getting_wholegraph.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cugraph-docs/source/installation/getting_cugraph.md b/docs/cugraph-docs/source/installation/getting_cugraph.md index 5ae8d0f..68197ef 100644 --- a/docs/cugraph-docs/source/installation/getting_cugraph.md +++ b/docs/cugraph-docs/source/installation/getting_cugraph.md @@ -26,7 +26,7 @@ The RAPIDS Docker containers contain all RAPIDS packages, including all from cuG ## Conda -It is easy to install cuGraph using conda. You can get a minimal conda installation with [Miniconda](https://conda.io/miniconda.html) or get the full installation with [Anaconda](https://www.anaconda.com/download). +It is easy to install cuGraph using conda. We recommend using [Miniforge](https://github.com/conda-forge/miniforge). cuGraph Conda packages * cugraph - this will also import: diff --git a/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md b/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md index 57314dc..e2c5b3a 100644 --- a/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md +++ b/docs/cugraph-docs/source/wholegraph/installation/getting_wholegraph.md @@ -21,7 +21,7 @@ The RAPIDS Docker containers (as of Release 23.10) contain all RAPIDS packages, ## Conda -It is easy to install WholeGraph using conda. You can get a minimal conda installation with [Miniconda](https://conda.io/miniconda.html) or get the full installation with [Anaconda](https://www.anaconda.com/download). +It is easy to install WholeGraph using conda. We recommend using [Miniforge](https://github.com/conda-forge/miniforge). WholeGraph conda packages * libwholegraph