Skip to content

Commit 495edba

Browse files
committed
Improve doc
1 parent e158c2f commit 495edba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/docs/Bindings/Python.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ python -m pip install --upgrade pip
5151
# packages will be installed there.
5252
python -m pip install -r mlir/python/requirements.txt
5353

54-
# Now run `cmake`, `ninja`, et al. For example, to run python bindings test only
55-
# using ninja:
54+
# Now run your build command with `cmake`, `ninja`, et al.
55+
56+
# Run mlir tests. For example, to run python bindings tests only using ninja:
5657
ninja check-mlir-python
5758
```
5859

0 commit comments

Comments
 (0)