Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
update commands for cli app when selecting 1 of 2 Python wrapper classes
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 18, 2024
1 parent d6369aa commit b43e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ After C++ source code compilation resuting in a shared library, run:

```sh
cd bindings/python
python main.py --path <path to libcore_wrapper.so>
python main.py --path <path to libcore_wrapper.so> --wrapper <core, audio> --audio_file_path <path to audio file if wrapper option 'audio' is selected>
```
#### C#
Expand Down

0 comments on commit b43e54c

Please sign in to comment.