update installation procedure

This commit is contained in:
Roland Grinis 2021-06-28 11:39:19 +01:00
parent 8872263f45
commit f4f5d65bd8

View File

@ -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 installation. If you are on Windows, we recommend setting up
everything on [WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html). 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
``` ```