From 0bcc887f8f89613df253deff755a373eda46a45a Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 26 Aug 2018 22:16:12 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc63ab9..2532a63 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Also, there are pre-built executables in ```bash # Setup conda -conda create --name labelme python=3.6 +conda create --name labelme python==3.6.0 conda activate labelme # Build the standalone executable -- GitLab