提交 ab05f76e 编写于 作者: K Kentaro Wada

Support PyQt5 with master branch

上级 b00506f7
......@@ -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
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册