Changing installation methods order (#796)
Just to put the easiest one first.
This commit is contained in:
parent
58406b578a
commit
cc8fd5a703
21
README.rst
21
README.rst
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user