File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,54 +6,54 @@ environment.
6
6
7
7
## Build utilities
8
8
9
- ``` {program-output} python -m scikit_build_core.build --help
9
+ ``` {program-output} python3 -m scikit_build_core.build --help
10
10
11
11
```
12
12
13
13
### Build requirements
14
14
15
- ``` {program-output} python -m scikit_build_core.build requires --help
15
+ ``` {program-output} python3 -m scikit_build_core.build requires --help
16
16
17
17
```
18
18
19
19
Example:
20
20
21
- ``` {command-output} python -m scikit_build_core.build requires
21
+ ``` {command-output} python3 -m scikit_build_core.build requires
22
22
:cwd: ../examples/getting_started/c
23
23
24
24
```
25
25
26
26
### Project table
27
27
28
- ``` {program-output} python -m scikit_build_core.build project-table --help
28
+ ``` {program-output} python3 -m scikit_build_core.build project-table --help
29
29
30
30
```
31
31
32
32
Example:
33
33
34
- ``` {command-output} python -m scikit_build_core.build project-table
34
+ ``` {command-output} python3 -m scikit_build_core.build project-table
35
35
:cwd: ../examples/getting_started/c
36
36
37
37
```
38
38
39
39
## Wheel tag
40
40
41
- ``` {program-output} python -m scikit_build_core.builder.wheel_tag --help
41
+ ``` {program-output} python3 -m scikit_build_core.builder.wheel_tag --help
42
42
43
43
```
44
44
45
45
Example:
46
46
47
- ``` {command-output} python -m scikit_build_core.builder.wheel_tag
47
+ ``` {command-output} python3 -m scikit_build_core.builder.wheel_tag
48
48
49
49
```
50
50
51
51
## File API tools
52
52
53
- ``` {program-output} python -m scikit_build_core.file_api.query --help
53
+ ``` {program-output} python3 -m scikit_build_core.file_api.query --help
54
54
55
55
```
56
56
57
- ``` {program-output} python -m scikit_build_core.file_api.reply --help
57
+ ``` {program-output} python3 -m scikit_build_core.file_api.reply --help
58
58
59
59
```
You can’t perform that action at this time.
0 commit comments