From cc8fd5a703fde6ec5c6c994a07dc5368e0a4faf2 Mon Sep 17 00:00:00 2001 From: Enzo Di Tizio Date: Sun, 3 Oct 2021 15:25:56 -0300 Subject: [PATCH] Changing installation methods order (#796) Just to put the easiest one first. --- README.rst | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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