From 0dcb72938020875c2c1467abc177173dc09cf926 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Wed, 1 Jul 2020 12:49:14 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9a066a..ecce3b4 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,9 @@ sudo pip install labelme # Python3 sudo apt-get install python3-pyqt5 # PyQt5 sudo pip3 install labelme + +# or install standalone executable from: +# https://github.com/wkentaro/labelme/releases ``` ### Ubuntu 19.10+ / Debian (sid) @@ -132,10 +135,8 @@ sudo apt-get install labelme brew install pyqt # maybe pyqt5 pip install labelme # both python2/3 should work -# or install standalone executable / app -# NOTE: this only installs the `labelme` command -brew install wkentaro/labelme/labelme -brew cask install wkentaro/labelme/labelme +# or install standalone executable/app from: +# https://github.com/wkentaro/labelme/releases ``` ### Windows -- GitLab