diff --git a/README.rst b/README.rst
index 30dec946..1ab31dbe 100644
--- a/README.rst
+++ b/README.rst
@@ -111,7 +111,7 @@ later `__,
`PyQt4 `__
and `install lxml `__.
-Open cmd and go to `labelImg <#labelimg>`__ directory
+Open cmd and go to the `labelImg <#labelimg>`__ directory
.. code::
@@ -119,17 +119,17 @@ Open cmd and go to `labelImg <#labelimg>`__ directory
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
-Windows + anaconda
+Windows + Anaconda
^^^^^^^
-Download and install anaconda (python 3+)
+Download and install `Anaconda `__ (Python 3+)
-Open cmd and go to `labelImg <#labelimg>`__ directory
+Open the Anaconda Prompt and go to the `labelImg <#labelimg>`__ directory
.. code::
- conda install pyqt=4
- pyrcc4 -py3 -o resources.py resources.qrc
+ conda install pyqt=5
+ pyrcc5 -o resources.py resources.qrc
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]