Can not run the prodigy stats command

I have installed prodigy using pip and I am able to import it in python. But when I try to run the command prodigy stats I get an error message (which possibly should be expected since the folder contains only the .whl file).

Here is a screen shot:

What I have understood wrong/doing wrong? Please advise.

Hi! If you're on Windows, it can happen that the command alias isn't recognised by default – so you can use python -m prodigy or set up your own. See this section for details: https://prodi.gy/docs/install#install-cli-command

Thank you the solution you proposed worked see below:

1 Like