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:
Gary Yang
2019-08-27 18:49:23 -07:00
committed by darrenl
parent 22f1d7be0a
commit 53a78e2c93
+1 -1
View File
@@ -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]