Skip to content

Commit 4a5457e

Browse files
committed
update README
1 parent d765fb7 commit 4a5457e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# `cuda.py`: (experimental) pythonic CUDA module
1+
# `cuda.core`: (experimental) pythonic CUDA module
22

33
Currently under active development. To build from source, just do:
44
```shell
55
$ git clone -b cuda_py https://github.com/NVIDIA/cuda-python
6-
$ cd cuda-python/cuda_py # move to the directory where this README locates
6+
$ cd cuda-python/cuda_core # move to the directory where this README locates
77
$ pip install .
88
```
99
For now `cuda-python` is a required dependency.

0 commit comments

Comments
 (0)