File tree 2 files changed +4
-20
lines changed
2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,7 @@ Please visit the documentation here: https://nvidia.github.io/cccl/python.html.
6
6
7
7
## Local development
8
8
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
-
18
9
``` bash
19
- pip3 install -e ./cuda_cooperative[test]
10
+ pip3 install -e .[test]
11
+ pytest -v ./tests/
20
12
```
Original file line number Diff line number Diff line change @@ -6,15 +6,7 @@ Please visit the documentation here: https://nvidia.github.io/cccl/python.html.
6
6
7
7
## Local development
8
8
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
-
18
9
``` bash
19
- pip3 install -e ./cuda_parallel[test]
10
+ pip3 install -e .[test]
11
+ pytest -v ./tests/
20
12
```
You can’t perform that action at this time.
0 commit comments