Skip to content

Commit

Permalink
Recommend miniforge for conda installation (#626)
Browse files Browse the repository at this point in the history
Recommending `miniforge` for conda install in installation docs.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ajay Thorve (https://github.com/AjayThorve)

URL: #626
  • Loading branch information
bdice authored Sep 19, 2024
1 parent 7736669 commit cd699b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cd699b8

Please sign in to comment.