Update README.rst to fix bug in instruction
Fix bug in pyqt5 compilation for windows Changed "For pyqt5, pyrcc5 -o libs/resources.py resources qrc" to "For pyqt5, pyrcc5 -o libs/resources.py resources.qrc"
This commit is contained in:
parent
22f1d7be0a
commit
53a78e2c93
@ -118,7 +118,7 @@ Open cmd and go to the `labelImg <#labelimg>`__ directory
|
|||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
pyrcc4 -o line/resources.py resources.qrc
|
pyrcc4 -o line/resources.py resources.qrc
|
||||||
For pyqt5, pyrcc5 -o libs/resources.py resources qrc
|
For pyqt5, pyrcc5 -o libs/resources.py resources.qrc
|
||||||
|
|
||||||
python labelImg.py
|
python labelImg.py
|
||||||
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user