File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ sudo pip install labelme
117
117
# Python3
118
118
sudo apt-get install python3-pyqt5 # PyQt5
119
119
sudo pip3 install labelme
120
+
121
+ # or install standalone executable from:
122
+ # https://github.com/wkentaro/labelme/releases
120
123
```
121
124
122
125
### Ubuntu 19.10+ / Debian (sid)
@@ -132,10 +135,8 @@ sudo apt-get install labelme
132
135
brew install pyqt # maybe pyqt5
133
136
pip install labelme # both python2/3 should work
134
137
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
139
140
```
140
141
141
142
### Windows
You can’t perform that action at this time.
0 commit comments