From cd699b8902fbfd7d2b9aa3bc2877b06371e94fb6 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 18 Sep 2024 19:49:40 -0500 Subject: [PATCH] Recommend `miniforge` for conda installation (#626) Recommending `miniforge` for conda install in installation docs. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ajay Thorve (https://github.com/AjayThorve) URL: https://github.com/rapidsai/cuxfilter/pull/626 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbae2149..1e03d58b 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,9 @@ Please see the [Demo Docker Repository](https://hub.docker.com/r/rapidsai/rapids ### Conda -cuxfilter can be installed with conda ([miniconda](https://conda.io/miniconda.html), or the full [Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel: +cuxfilter can be installed with conda. You can get a minimal conda installation with [miniforge](https://github.com/conda-forge/miniforge). -For nightly version `cuxfilter version == 24.10` : +For the nightly version of `cuxfilter`: ```bash # for CUDA 12.5 @@ -163,7 +163,7 @@ conda install -c rapidsai-nightly -c conda-forge -c nvidia \ cuxfilter=24.10 python=3.12 cuda-version=11.8 ``` -For the stable version of `cuxfilter` : +For the stable version of `cuxfilter`: ```bash # for CUDA 12.5