Ver código fonte

Support PyQt5 with master branch

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

+ 2 - 7
README.md

@@ -37,7 +37,7 @@ sudo apt-get install python-qt4 pyqt4-dev-tools
 sudo pip install labelme
 ```
 
-**OS X**
+**macOS (older than Sierra)**
 
 ```bash
 brew install qt qt4
@@ -47,13 +47,8 @@ pip install labelme
 **macOS Sierra**
 
 ```bash
-# on python2
 brew install pyqt5 --with-python
-pip install git+https://github.com/wkentaro/labelme.git@pyqt5
-
-# on python3
-brew install pyqt5
-pip3 install git+https://github.com/wkentaro/labelme.git@pyqt5
+pip install labelme
 ```