Changing installation methods order (#796)

Just to put the easiest one first.
This commit is contained in:
Enzo Di Tizio 2021-10-03 15:25:56 -03:00 committed by GitHub
parent 58406b578a
commit cc8fd5a703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,16 @@ by `ImageNet <http://www.image-net.org/>`__. 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