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:
parent
d1d3526fe7
commit
6d937267e6
12
README.rst
12
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
|
||||
^^^^^^^
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user