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
This commit is contained in:
Karan Maheshwari 2019-03-28 10:45:11 +05:30 committed by darrenl
parent d1d3526fe7
commit 6d937267e6

View File

@ -107,6 +107,18 @@ in your /Applications folder. You can consider this script: build-tools/build-fo
python setup.py py2app -A python setup.py py2app -A
mv "dist/labelImg.app" /Applications 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 Windows
^^^^^^^ ^^^^^^^