Skip to content

Commit

Permalink
Update docs/Installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp A. <[email protected]>
  • Loading branch information
Intron7 and flying-sheep authored Dec 16, 2024
1 parent c1b35a4 commit 247f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install 'rapids-singlecell[rapids12]' --extra-index-url=https://pypi.nvidia.
It is important to ensure that the CUDA environment is set up correctly so that RAPIDS and Cupy can locate the necessary libraries.

```{note}
If you are using `python=3.12` with `uv`, you might need to add the `--index-strategy unsafe-best-match` flag to ensure compatibility.
If you are using `python=3.12` with `uv`, you might need to add the `--index-strategy=unsafe-best-match` flag to ensure compatibility.
```

## Docker
Expand Down

0 comments on commit 247f75a

Please sign in to comment.