Skip to content

Commit

Permalink
Support PyQt5 with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 19, 2017
1 parent b00506f commit ab05f76
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```


Expand Down

0 comments on commit ab05f76

Please sign in to comment.