Skip to content

Commit

Permalink
Fix typo on tool readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SolalPirelli authored Nov 1, 2023
1 parent b23ceea commit 8fe31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You'll need Python 3, the root Makefile takes care of creating a venv for you.

You can install the tool by using `pip install .` and use it via the `klint` executable or by `import`ing it.
The list of known good versions of the deps can be found in the `constraints` file, that can use via `pip install -c constraints .`.
The list of known good versions of the deps can be found in the `constraints` file, that you can use with `pip install -c constraints .`.

Two layers:

Expand Down

0 comments on commit 8fe31ef

Please sign in to comment.