Skip to content

Commit

Permalink
update easier installation with anaconda and change code to be compli…
Browse files Browse the repository at this point in the history
…ant with python 3.5
  • Loading branch information
xblaster authored and tzutalin committed Mar 16, 2018
1 parent 6c77426 commit 8d1bd68
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8d1bd68

Please sign in to comment.