Open mweinelt opened 1 year ago
With this change instead of calling python -m wyoming_piper I can now call wyoming-piper, because the entrypoint gets linked into a directory that is commonly in the PATH.
python -m wyoming_piper
wyoming-piper
With this change instead of calling
python -m wyoming_piper
I can now callwyoming-piper
, because the entrypoint gets linked into a directory that is commonly in the PATH.