Skip to content

Commit d7334c6

Browse files
committed
update py binding readme
1 parent 26ce6cc commit d7334c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ For the description of supported Command Line Interface options, see
3030

3131
## Development
3232

33-
Build the binding with [maturin]:
33+
Build the binding with [maturin] (from repository root folder):
3434

3535
```text
36-
maturin dev --manifest-path py-binding/Cargo.toml
36+
maturin dev
3737
```
3838

3939
Then invoke the executable script as a normal CLI app:
@@ -49,7 +49,7 @@ cpp-linter -help
4949
| `cpp_linter` | The pure python sources that wrap the rust binding. Typing information is located here. |
5050
| `src` | The location for all rust sources related to binding the cpp-linter library. |
5151
| `Cargo.toml` | Metadata about the binding's rust package (which _is not_ intended to be published to crates.io). |
52-
| `pyproject.toml` | Metadata about the python package. |
52+
| `../../pyproject.toml` | Metadata about the python package (located in repo root). |
5353
| `requirements-dev.txt` | The dependencies used in development (not needed for runtime/production). |
5454

5555
Hidden files and folders are not described in the table above.

0 commit comments

Comments
 (0)