From 8c55a2ea46dfacad133de1e362da0f2333c0253f Mon Sep 17 00:00:00 2001 From: Intron7 Date: Wed, 19 Feb 2025 14:16:14 +0100 Subject: [PATCH 1/2] add install docs --- docs/source/install.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index 6ecfd4b645..c5d1ad6e7f 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -36,6 +36,18 @@ Install the **nightly release** from the ``rapidsai-nightly`` channel like: If the nightly install doesn't work, set ``channel_priority: flexible`` in your ``.condarc``. + +PyPi +---- + +KvikIO is also available on PyPi. Install the latest release like: + +.. code-block:: + + pip install kvikio-cu11 # for CUDA 11 + pip install kvikio-cu12 # for CUDA 12 + + Build from source ----------------- From 2cba46b498f90c06188b5bf094ba6be03958b296 Mon Sep 17 00:00:00 2001 From: Intron7 Date: Wed, 19 Feb 2025 14:19:43 +0100 Subject: [PATCH 2/2] fix PyPI --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index c5d1ad6e7f..44f87875ac 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -37,10 +37,10 @@ Install the **nightly release** from the ``rapidsai-nightly`` channel like: If the nightly install doesn't work, set ``channel_priority: flexible`` in your ``.condarc``. -PyPi +PyPI ---- -KvikIO is also available on PyPi. Install the latest release like: +KvikIO is also available on PyPI. Install the latest release like: .. code-block::