Skip to content

Commit 0dcb729

Browse files
committed
Update README.md
1 parent 0846e09 commit 0dcb729

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ sudo pip install labelme
117117
# Python3
118118
sudo apt-get install python3-pyqt5 # PyQt5
119119
sudo pip3 install labelme
120+
121+
# or install standalone executable from:
122+
# https://github.com/wkentaro/labelme/releases
120123
```
121124

122125
### Ubuntu 19.10+ / Debian (sid)
@@ -132,10 +135,8 @@ sudo apt-get install labelme
132135
brew install pyqt # maybe pyqt5
133136
pip install labelme # both python2/3 should work
134137

135-
# or install standalone executable / app
136-
# NOTE: this only installs the `labelme` command
137-
brew install wkentaro/labelme/labelme
138-
brew cask install wkentaro/labelme/labelme
138+
# or install standalone executable/app from:
139+
# https://github.com/wkentaro/labelme/releases
139140
```
140141

141142
### Windows

0 commit comments

Comments
 (0)