Skip to content

Commit

Permalink
docs: Fix link to issue tracker and code snippet format in GPU docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brink authored Sep 23, 2024
1 parent b86eed3 commit fa84fc0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/user-guide/gpu-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ See the [RAPIDS installation guide](https://docs.rapids.ai/install#system-req) f
You can install the GPU backend for Polars with a feature flag as part of a normal [installation](installation.md).

=== ":fontawesome-brands-python: Python"
`bash pip install --extra-index-url=https://pypi.nvidia.com polars[gpu]`

```bash
pip install --extra-index-url=https://pypi.nvidia.com polars[gpu]
```

!!! note Installation on a CUDA 11 system

Expand Down Expand Up @@ -163,4 +166,4 @@ GPU execution is only available in the Lazy API, so materialized DataFrames will

### Providing feedback

Please report issues, and missing features, on the Polars [issue tracker](../development/contributing/index.md).
Please report issues, and missing features, on the Polars [issue tracker](https://github.com/pola-rs/polars/issues).

0 comments on commit fa84fc0

Please sign in to comment.