Skip to content

Commit e536155

Browse files
committed
fix: python -> python3
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b96dc90 commit e536155

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/reference/cli.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,54 @@ environment.
66

77
## Build utilities
88

9-
```{program-output} python -m scikit_build_core.build --help
9+
```{program-output} python3 -m scikit_build_core.build --help
1010
1111
```
1212

1313
### Build requirements
1414

15-
```{program-output} python -m scikit_build_core.build requires --help
15+
```{program-output} python3 -m scikit_build_core.build requires --help
1616
1717
```
1818

1919
Example:
2020

21-
```{command-output} python -m scikit_build_core.build requires
21+
```{command-output} python3 -m scikit_build_core.build requires
2222
:cwd: ../examples/getting_started/c
2323
2424
```
2525

2626
### Project table
2727

28-
```{program-output} python -m scikit_build_core.build project-table --help
28+
```{program-output} python3 -m scikit_build_core.build project-table --help
2929
3030
```
3131

3232
Example:
3333

34-
```{command-output} python -m scikit_build_core.build project-table
34+
```{command-output} python3 -m scikit_build_core.build project-table
3535
:cwd: ../examples/getting_started/c
3636
3737
```
3838

3939
## Wheel tag
4040

41-
```{program-output} python -m scikit_build_core.builder.wheel_tag --help
41+
```{program-output} python3 -m scikit_build_core.builder.wheel_tag --help
4242
4343
```
4444

4545
Example:
4646

47-
```{command-output} python -m scikit_build_core.builder.wheel_tag
47+
```{command-output} python3 -m scikit_build_core.builder.wheel_tag
4848
4949
```
5050

5151
## File API tools
5252

53-
```{program-output} python -m scikit_build_core.file_api.query --help
53+
```{program-output} python3 -m scikit_build_core.file_api.query --help
5454
5555
```
5656

57-
```{program-output} python -m scikit_build_core.file_api.reply --help
57+
```{program-output} python3 -m scikit_build_core.file_api.reply --help
5858
5959
```

0 commit comments

Comments
 (0)