Ver código fonte

Update README

Kentaro Wada 7 anos atrás
pai
commit
6477d0b23b
1 arquivos alterados com 7 adições e 9 exclusões
  1. 7 9
      README.md

+ 7 - 9
README.md

@@ -20,6 +20,11 @@ Dependencies
 Installation
 ------------
 
+There are options:
+
+- Platform agonistic installation: Anaconda, Docker
+- Platform specific installation: Ubuntu, macOS
+
 **Anaconda**
 
 You need install [Anaconda](https://www.continuum.io/downloads), then run below:
@@ -50,17 +55,10 @@ sudo apt-get install python-qt4 pyqt4-dev-tools
 sudo pip install labelme
 ```
 
-**macOS (older than Sierra)**
-
-```bash
-brew install qt qt4
-pip install labelme
-```
-
-**macOS Sierra**
+**macOS**
 
 ```bash
-brew install pyqt
+brew install qt qt4 || brew install pyqt  # qt4 is deprecated
 pip install labelme
 ```