Răsfoiți Sursa

Add Homebrew installation to README

Kentaro Wada 3 ani în urmă
părinte
comite
fc3e505737
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  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
 ```