From f4f5d65bd8472b3515837118f4a55e51a8741ade Mon Sep 17 00:00:00 2001 From: Roland Grinis Date: Mon, 28 Jun 2021 11:39:19 +0100 Subject: [PATCH] update installation procedure --- kmath-noa/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kmath-noa/README.md b/kmath-noa/README.md index 9a629338b..7d1518fa5 100644 --- a/kmath-noa/README.md +++ b/kmath-noa/README.md @@ -18,8 +18,9 @@ the [GNU](https://gcc.gnu.org/) toolchain. For `GPU` kernels, we require a compa installation. If you are on Windows, we recommend setting up everything on [WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html). -To install the library, simply publish it locally: +To install the library, simply publish the modules `kmath-tensors` +and `kmath-noa` locally: ``` -./gradlew -q :kmath-noa:publishToMavenLocal +./gradlew -q :kmath-tensors:publishToMavenLocal :kmath-noa:publishToMavenLocal ```