How to access prodigy on windows 11 system

how to install prodigy on windows 11 and how I do image annotation using prodigy tool

hi @sushantp,

Thanks for your question and welcome to the Prodigy community :wave:

Our docs outline the installation setup where you can install Prodigy either via PyPi with your license key:

pip install prodigy -f https://XXXX-XXXX-XXXX-XXXX@download.prodi.gy

Or through the wheel files that are provided to the license holder via email after purchase:

pip install prodigy -f /path/to/wheels

We also have a section in the docs on Prodigy's image recipes:

@ryanwesslen
Thank You