소스 검색

Update README.md

Kentaro Wada 7 년 전
부모
커밋
abc7c76d4e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -62,6 +62,7 @@ chmod u+x labelme_on_docker
 **Ubuntu**
 
 ```bash
+# Ubuntu 14.04
 sudo apt-get install python-qt4 pyqt4-dev-tools
 sudo pip install labelme  # python2 works
 ```
@@ -69,6 +70,7 @@ sudo pip install labelme  # python2 works
 **macOS**
 
 ```bash
+# macOS Sierra
 brew install pyqt  # maybe pyqt5
 pip install labelme  # both python2/3 should work
 ```