Pārlūkot izejas kodu

Update README.md

For:
- https://github.com/wkentaro/labelme/issues/111
- https://github.com/wkentaro/labelme/issues/115
Kentaro Wada 7 gadi atpakaļ
vecāks
revīzija
2f4ad3ac46
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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