Procházet zdrojové kódy

Add anaconda instruction

Kentaro Wada před 7 roky
rodič
revize
9d524f8854
1 změnil soubory, kde provedl 12 přidání a 1 odebrání
  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