diff --git a/README.rst b/README.rst index 41855318..c3915abf 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,16 @@ by `ImageNet `__. Besides, it also supports YOLO and Installation ------------------ +Get from PyPI but only python3.0 or above +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +This is the simplest (one-command) install method on modern Linux distributions such as Ubuntu and Fedora. + +.. code:: shell + + pip3 install labelImg + labelImg + labelImg [IMAGE_PATH] [PRE-DEFINED CLASS FILE] + Build from source ~~~~~~~~~~~~~~~~~ @@ -124,17 +134,6 @@ Open the Anaconda Prompt and go to the `labelImg <#labelimg>`__ directory python labelImg.py python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE] -Get from PyPI but only python3.0 or above -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -This is the simplest (one-command) install method on modern Linux distributions such as Ubuntu and Fedora. - -.. code:: shell - - pip3 install labelImg - labelImg - labelImg [IMAGE_PATH] [PRE-DEFINED CLASS FILE] - - Use Docker ~~~~~~~~~~~~~~~~~ .. code:: shell