Skip to content

Commit 8fe6ac7

Browse files
committed
add simple build instruction
1 parent 8c49acc commit 8fe6ac7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

cuda_py/DESCRIPTION.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

cuda_py/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# `cuda.py`: (experimental) pythonic CUDA module
2+
3+
Currently under active development. To build from source, just do:
4+
```shell
5+
$ 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
7+
$ pip install .
8+
```
9+
For now `cuda-python` is a required dependency.

cuda_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ packages = ["cuda", "cuda.py"]
4949

5050
[tool.setuptools.dynamic]
5151
version = { attr = "cuda.py._version.__version__" }
52-
readme = { file = ["DESCRIPTION.rst"], content-type = "text/x-rst" }
52+
readme = { file = ["README.md"], content-type = "text/markdown" }

0 commit comments

Comments
 (0)