Pārlūkot izejas kodu

Add anaconda instruction

Kentaro Wada 7 gadi atpakaļ
vecāks
revīzija
9d524f8854
1 mainītis faili ar 12 papildinājumiem un 1 dzēšanām
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -20,9 +20,20 @@ Dependencies
 Installation
 ------------
 
+**Anaconda**
+
+You need install [Anaconda](https://www.continuum.io/downloads), then run below:
+
+```bash
+conda create --name=labelme python=2.7
+source activate labelme
+conda install pyqt
+pip install labelme
+```
+
 **Docker**
 
-You need install [docker](https://www.docker.com), then just run below:
+You need install [docker](https://www.docker.com), then run below:
 
 ```bash
 wget https://raw.githubusercontent.com/wkentaro/labelme/master/scripts/labelme_on_docker