Skip to content

Commit 5d59f6c

Browse files
vdalvtzutalin
authored andcommitted
Update the Windows + Anaconda install instructions
1 parent 7a8e6a0 commit 5d59f6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,25 +111,25 @@ later <https://www.python.org/downloads/windows/>`__,
111111
`PyQt4 <https://www.riverbankcomputing.com/software/pyqt/download>`__
112112
and `install lxml <http://lxml.de/installation.html>`__.
113113

114-
Open cmd and go to `labelImg <#labelimg>`__ directory
114+
Open cmd and go to the `labelImg <#labelimg>`__ directory
115115

116116
.. code::
117117
118118
pyrcc4 -o resources.py resources.qrc
119119
python labelImg.py
120120
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
121121
122-
Windows + anaconda
122+
Windows + Anaconda
123123
^^^^^^^
124124

125-
Download and install anaconda (python 3+)
125+
Download and install `Anaconda <https://www.anaconda.com/download/#download>`__ (Python 3+)
126126

127-
Open cmd and go to `labelImg <#labelimg>`__ directory
127+
Open the Anaconda Prompt and go to the `labelImg <#labelimg>`__ directory
128128

129129
.. code::
130130
131-
conda install pyqt=4
132-
pyrcc4 -py3 -o resources.py resources.qrc
131+
conda install pyqt=5
132+
pyrcc5 -o resources.py resources.qrc
133133
python labelImg.py
134134
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
135135

0 commit comments

Comments
 (0)