Skip to content

Commit

Permalink
Update README.dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Jul 15, 2024
1 parent f87b5a1 commit 92caff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ poetry install
A command line interface was also implemented using Click, so the package can be run by either using python3:

```console
python3 <path-to-__main.py__> --method='' <path-to-input-data> <path-to-output-data>
python3 -m rcx_tk --method='' <path-to-input-data> <path-to-output-data>
```

or using poetry:
Expand Down

0 comments on commit 92caff0

Please sign in to comment.