Skip to content

Commit af5b587

Browse files
committed
Update README
1 parent 65c84b7 commit af5b587

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ $ conda install -c conda-forge mamba
2424
After that, one can proceed as before, but simply replacing `conda` with `mamba` in the environment creation command:
2525

2626
```
27-
$ mamba env create -n ucxx -f conda/environments/ucxx-cuda118_arch-x86_64.yml
28-
$ conda activate ucxx
27+
$ mamba env create -n ucxx -f conda/environments/all_cuda-118_arch-x86_64.yaml
28+
$ conda activate all_cuda-118_arch-x86_64
2929
```
3030

31+
The environment above will install CUDA 11.8 dependencies, with another file `all_cuda-120_arch-x86_64.yaml` for CUDA 12.0. There are also two other files if you don't need CUDA: `cpp.yaml` (C++-only build dependencies) and `all.yaml` (C++ and Python build dependencies).
32+
3133
### Convenience Script
3234

3335
For convenience, we provide the `./build.sh` script. By default, it will build and install both C++ and Python libraries. For a detailed description on available options please check `./build.sh --help`.

0 commit comments

Comments
 (0)