فهرست منبع

Add Homebrew installation to README

Kentaro Wada 3 سال پیش
والد
کامیت
fc3e505737
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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
 ```