Browse Source

Add Homebrew installation to README

Kentaro Wada 3 năm trước cách đây
mục cha
commit
fc3e505737
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -132,10 +132,12 @@ sudo apt-get install labelme
 ### macOS
 
 ```bash
-# macOS Sierra
 brew install pyqt  # maybe pyqt5
 pip install labelme  # both python2/3 should work
 
+brew install wkentaro/labelme/labelme  # command line interface
+# brew install --cask wkentaro/labelme/labelme  # app
+
 # or install standalone executable/app from:
 # https://github.com/wkentaro/labelme/releases
 ```