From 8d1bd68ab66e8c311f2f45154729bba301a81f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wax?= Date: Thu, 15 Mar 2018 11:30:31 +0100 Subject: [PATCH] update easier installation with anaconda and change code to be compliant with python 3.5 --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index ef0fc69c..f422bfa7 100644 --- a/README.rst +++ b/README.rst @@ -100,6 +100,20 @@ Open cmd and go to `labelImg <#labelimg>`__ directory pyrcc4 -o resources.py resources.qrc python labelImg.py python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] + +Windows + anaconda +^^^^^^^ + +Download and install anaconda (python 3+) + +Open cmd and go to `labelImg <#labelimg>`__ directory + +.. code:: + + conda install pyqt=4 + pyrcc4 -py3 -o resources.py resources.qrc + python labelImg.py + python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] Get from PyPI ~~~~~~~~~~~~~~~~~