update easier installation with anaconda and change code to be compliant with python 3.5
This commit is contained in:
parent
6c774267ec
commit
8d1bd68ab6
14
README.rst
14
README.rst
@ -100,6 +100,20 @@ Open cmd and go to `labelImg <#labelimg>`__ directory
|
||||
pyrcc4 -o resources.py resources.qrc
|
||||
python labelImg.py
|
||||
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
||||
|
||||
Windows + anaconda
|
||||
^^^^^^^
|
||||
|
||||
Download and install anaconda (python 3+)
|
||||
|
||||
Open cmd and go to `labelImg <#labelimg>`__ directory
|
||||
|
||||
.. code::
|
||||
|
||||
conda install pyqt=4
|
||||
pyrcc4 -py3 -o resources.py resources.qrc
|
||||
python labelImg.py
|
||||
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
||||
|
||||
Get from PyPI
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user