Skip to content

Commit

Permalink
README: Don't use extra index for pip install
Browse files Browse the repository at this point in the history
pynvjitlink wheels appear to be available on PyPI, so we should
recommend that as the canonical location to use.

See: https://pypi.org/project/pynvjitlink-cu12/#files
  • Loading branch information
gmarkall committed May 2, 2024
1 parent a8b384c commit 0ae27e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The [RAPIDS](https://rapids.ai) pynvjitlink library provides a Python binding fo
## Installation with pip

```shell
pip install --extra-index-url https://pypi.nvidia.com pynvjitlink-cu12
pip install pynvjitlink-cu12
```

## Installation from source
Expand Down

0 comments on commit 0ae27e1

Please sign in to comment.