소스 검색

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
 ```