From ae0bacfb88a3b8c74001af0756cfe11c4b2d3fd9 Mon Sep 17 00:00:00 2001 From: Rodolfo Ferro Date: Thu, 21 Dec 2017 15:42:15 -0600 Subject: [PATCH] Updated README. Instructions for macOS High Sierra (qt5 + python3) added. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index ad88c983..8d36e139 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,16 @@ Python 2 + Qt4 python labelImg.py python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] +Python 3 + Qt5 (Works on macOS High Sierra) + +.. code:: + + brew install qt # will install qt-5.x.x + brew install libxml2 + make qt5py3 + python labelImg.py + python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] + Windows ^^^^^^^