Summary
After installing nwp-consumer from PyPI, the README’s examples using nwp-consumer … fail with “command not found”. The package installs a console script named nwp-consumer-cli, not nwp-consumer.
Steps to Reproduce
pip install nwp-consumer
- Run
nwp-consumer --help
What actually works
$ nwp-consumer-cli --help
usage: nwp-consumer-cli [-h] {consume,archive,info} ...