Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Jul 23, 2024
1 parent 19b8ba2 commit 1668584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ GenTen provides Python bindings through a Python module called pygenten generate
```
which will compile GenTen to link against the version of python found in your environment. If the tests are going to be run, one must also have `pytest` installed. Furthermore, GenTen provides support for interoperability with pyttb. Several examples of using pygenten with and without pyttb can be found in [python/example](python/example).

Alternatively, pygenten can be directly installed using pip. See [python/README.md](python/README.md) for more details.

## External builds of Kokkos/Kokkos-Kernels

For external builds of Kokkos and/or Kokkos Kernels, you must configure, build and install them first using their CMake files. Once that is completed, you just configure GenTen to point to their corresponding installations via:
Expand Down

0 comments on commit 1668584

Please sign in to comment.