From 6d937267e6d05de357f21c1b7a11c1572c8000e9 Mon Sep 17 00:00:00 2001 From: Karan Maheshwari <39696067+karanm14@users.noreply.github.com> Date: Thu, 28 Mar 2019 10:45:11 +0530 Subject: [PATCH] Update README.rst I have given the simplest steps for Mac OS which runs the program from command line. Mac OS easiest way to install and run STEPS git clone https://github.com/tzutalin/labelImg pip install PyQt5 lxml cd labelImg ##(enter the labelImg directory) make qt5py3 python3 labelImg.py --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 7d19d946..76a7fba3 100644 --- a/README.rst +++ b/README.rst @@ -106,6 +106,18 @@ in your /Applications folder. You can consider this script: build-tools/build-fo rm -rf build dist python setup.py py2app -A mv "dist/labelImg.app" /Applications + +Alternate +Mac OS easiest way to install and run +STEPS + +git clone https://github.com/tzutalin/labelImg +pip install PyQt5 lxml +cd labelImg ##(enter the labelImg directory) +make qt5py3 +python3 labelImg.py + + Windows ^^^^^^^