From b1e5523a949e8b2eb51f10d64562ffe2d64cfbe4 Mon Sep 17 00:00:00 2001 From: Nathan Stephens Date: Thu, 21 Sep 2023 09:05:06 -0700 Subject: [PATCH] Update README.md Updated header for building from source. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbec30eefa..7ad23bddbb 100755 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ pip install pylibraft-cu11 --extra-index-url=https://pypi.nvidia.com pip install raft-dask-cu11 --extra-index-url=https://pypi.nvidia.com ``` -## Building and installing RAFT +### Building and installing RAFT from source RAFT can be installed through [CMake Package Manager (CPM)](https://github.com/cpm-cmake/CPM.cmake). Please refer to the [build instructions](docs/source/build.md) for more a comprehensive guide on installing and building RAFT and using it in downstream projects.