Skip to content

Commit

Permalink
replace miniconda reference with miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Oct 23, 2024
1 parent 0c50a65 commit 631d852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cugraph-docs/source/installation/getting_cugraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 631d852

Please sign in to comment.