From edf0b805998da2f48cc36289ef58e820d7647f4a Mon Sep 17 00:00:00 2001 From: Nader Al Awar Date: Fri, 30 Jan 2026 09:32:44 -0600 Subject: [PATCH] Add installation instructions --- python/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 5f48fc0..98ff74a 100644 --- a/python/README.md +++ b/python/README.md @@ -1,8 +1,18 @@ # CUDA Kernel Benchmarking Package -This package provides Python API to CUDA Kernel Benchmarking Library `NVBench`. +This package provides a Python API to the CUDA Kernel Benchmarking +Library `NVBench`. -## Building +## Installation + +Install from PyPi + +```bash +pip install cuda-bench[cu13] # For CUDA 13.x +pip install cuda-bench[cu12] # For CUDA 12.x +``` + +## Building from source ### Ensure recent version of CMake