Fixed Windows+ Anaconda pyrcc5 compile command

added changes from https://github.com/tzutalin/labelImg/issues/475
This commit is contained in:
GGDRriedel 2019-06-04 16:38:23 +02:00 committed by darrenl
parent 87c110a59c
commit c1c1dbef31

View File

@ -133,7 +133,7 @@ Open the Anaconda Prompt and go to the `labelImg <#labelimg>`__ directory
.. code:: shell
conda install pyqt=5
pyrcc5 -o resources.py resources.qrc
pyrcc5 -o libs/resources.py resources.qrc
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]