Skip to content

Commit 6c85cc5

Browse files
committed
cli: Fix usage error in README
1 parent a4093b8 commit 6c85cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ packages. As such, we'd like to make use of the local instance of this Python
6363
module without resorting to installing it first. This is possible by setting
6464
the `PYTHONPATH` variable and using the `cloe_launch` module:
6565

66-
PYTHONPATH="${CLOE_ROOT}/cli" cloe_launch
66+
PYTHONPATH="${CLOE_ROOT}/cli" python -m cloe_launch
6767

6868
[1]: https://pipxproject.github.io/pipx/

0 commit comments

Comments
 (0)