提交 0dcb7293 编写于 作者: K Kentaro Wada

Update README.md

上级 0846e098
...@@ -117,6 +117,9 @@ sudo pip install labelme ...@@ -117,6 +117,9 @@ sudo pip install labelme
# Python3 # Python3
sudo apt-get install python3-pyqt5 # PyQt5 sudo apt-get install python3-pyqt5 # PyQt5
sudo pip3 install labelme sudo pip3 install labelme
# or install standalone executable from:
# https://github.com/wkentaro/labelme/releases
``` ```
### Ubuntu 19.10+ / Debian (sid) ### Ubuntu 19.10+ / Debian (sid)
...@@ -132,10 +135,8 @@ sudo apt-get install labelme ...@@ -132,10 +135,8 @@ sudo apt-get install labelme
brew install pyqt # maybe pyqt5 brew install pyqt # maybe pyqt5
pip install labelme # both python2/3 should work pip install labelme # both python2/3 should work
# or install standalone executable / app # or install standalone executable/app from:
# NOTE: this only installs the `labelme` command # https://github.com/wkentaro/labelme/releases
brew install wkentaro/labelme/labelme
brew cask install wkentaro/labelme/labelme
``` ```
### Windows ### Windows
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册