I'm currently trying to install LabelImg to work on a computer vision project to label photos, I am using Anaconda to download LabelImg and I am following the documentation on the GitHub page https://github.com/heartexlabs/labelImg#labelimg .
everything was going well until I tried to run:
pyrcc5 -o libs/resources.py resources.qrc
it showed me this error message:
'pyrcc5' is not recognized as an internal or external command
PS: I am running this code in the same directory of LabelImg using Anaconda Prompt