소스 검색

Support PyQt5 with master branch

Kentaro Wada 7 년 전
부모
커밋
ab05f76e8c
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  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
 ```