Skip to content

Commit eb632e7

Browse files
committed
add flag to install
1 parent f71ebac commit eb632e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ pip install 'rapids-singlecell[rapids12]' --extra-index-url=https://pypi.nvidia.
2121
```
2222
It is important to ensure that the CUDA environment is set up correctly so that RAPIDS and Cupy can locate the necessary libraries.
2323

24+
```{note}
25+
If you are using `python=3.12` with `uv`, you might need to add the `--index-strategy unsafe-best-match` flag to ensure compatibility.
26+
```
27+
2428
## Docker
2529

2630
We also offer a Docker container for `rapids-singlecell`. This container includes all the necessary dependencies, making it even easier to get started with `rapids-singlecell`.

0 commit comments

Comments
 (0)