From 80e9722747bf89ff50a11d0256fda828e0d27cd1 Mon Sep 17 00:00:00 2001 From: heis2201 <17801574+heis2201@users.noreply.github.com> Date: Fri, 26 Jun 2020 09:18:05 +0200 Subject: [PATCH] Added hint on install method on Linux In the list of install options, in my opinion, it is not so clear which install method an end-user should choose (at least for Linux users). Python3 is now standard on basically any Linux distro, so the install from PyPI using pip3 install should work out the box in a vast majority of distros. I tested it for Fedora32. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index d88da2b8..65029c0c 100644 --- a/README.rst +++ b/README.rst @@ -138,6 +138,8 @@ Open the Anaconda Prompt and go to the `labelImg <#labelimg>`__ directory 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