Skip to content

Commit 9ed6036

Browse files
committed
Restore original README.md: pip3 install -e now works on first pass.
1 parent f13a96b commit 9ed6036

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

python/cuda_cooperative/README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ Please visit the documentation here: https://nvidia.github.io/cccl/python.html.
66

77
## Local development
88

9-
First-time installation:
10-
11-
```bash
12-
pip3 install ./cuda_cooperative[test]
13-
pytest -v ./cuda_cooperative/tests/
14-
```
15-
16-
For faster iterative development:
17-
189
```bash
19-
pip3 install -e ./cuda_cooperative[test]
10+
pip3 install -e .[test]
11+
pytest -v ./tests/
2012
```

python/cuda_parallel/README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ Please visit the documentation here: https://nvidia.github.io/cccl/python.html.
66

77
## Local development
88

9-
First-time installation:
10-
11-
```bash
12-
pip3 install ./cuda_parallel[test]
13-
pytest -v ./cuda_parallel/tests/
14-
```
15-
16-
For faster iterative development:
17-
189
```bash
19-
pip3 install -e ./cuda_parallel[test]
10+
pip3 install -e .[test]
11+
pytest -v ./tests/
2012
```

0 commit comments

Comments
 (0)