Updated README. Instructions for macOS High Sierra (qt5 + python3) added.
This commit is contained in:
parent
5fdcbcc51c
commit
ae0bacfb88
10
README.rst
10
README.rst
@ -74,6 +74,16 @@ Python 2 + Qt4
|
|||||||
python labelImg.py
|
python labelImg.py
|
||||||
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
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
|
Windows
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user