From c1c1dbef315df52daad9b22a418c2e832b60dae5 Mon Sep 17 00:00:00 2001 From: GGDRriedel <48824691+GGDRriedel@users.noreply.github.com> Date: Tue, 4 Jun 2019 16:38:23 +0200 Subject: [PATCH] Fixed Windows+ Anaconda pyrcc5 compile command added changes from https://github.com/tzutalin/labelImg/issues/475 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aa6083e7..8400c85c 100644 --- a/README.rst +++ b/README.rst @@ -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]