File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3939Then 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
5555Hidden files and folders are not described in the table above.
You can’t perform that action at this time.
0 commit comments