Skip to content

Commit

Permalink
Further revamp pip install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 7, 2024
1 parent 2d55ab9 commit 2da4436
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,17 @@ cuCIM supports the following formats:

### [PyPI](https://pypi.org/project/cucim/)

Install for CUDA 12:

```bash
pip install cupy-cuda12x cucim-cu12
```

Alternatively install for CUDA 11:

```bash
pip install cucim
pip install cupy-cuda11x cucim-cu11
```

# Install dependencies for `cucim.skimage` (CuPy can target CUDA 11 or CUDA 12)
pip install scipy scikit-image <cupy-cuda11x or cupy-cuda12x>
Expand Down

0 comments on commit 2da4436

Please sign in to comment.