瀏覽代碼

Add note about installation via homebrew

Kentaro Wada 5 年之前
父節點
當前提交
e34254906d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -116,6 +116,7 @@ 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
 ```