浏览代码

Update README.md

For:
- https://github.com/wkentaro/labelme/issues/111
- https://github.com/wkentaro/labelme/issues/115
Kentaro Wada 7 年之前
父节点
当前提交
2f4ad3ac46
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -41,6 +41,8 @@ conda create --name=labelme python=2.7
 source activate labelme
 conda install pyqt
 pip install labelme
+# if you'd like to use the latest version. run below:
+# pip install git+https://github.com/wkentaro/labelme.git
 
 # python3
 conda create --name=labelme python=3.6