Sfoglia il codice sorgente

Add note about installation via homebrew

Kentaro Wada 5 anni fa
parent
commit
e34254906d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
 ```