Browse Source

Update readme for avoiding pillow 5 dll load error

Close https://github.com/wkentaro/labelme/pull/174

Thanks @lehuyhunghedspi
lehuyhunghedspi 7 years ago
parent
commit
7808be0265
1 changed files with 12 additions and 2 deletions
  1. 12 2
      README.md

+ 12 - 2
README.md

@@ -39,8 +39,8 @@ Fig 1. Example of annotations for instance segmentation.
 
 
 There are options:
 There are options:
 
 
-- Platform agonistic installation: Anaconda, Docker
-- Platform specific installation: Ubuntu, macOS
+- Platform agonistic installation: [Anaconda](#anaconda), [Docker](#docker)
+- Platform specific installation: [Ubuntu](#ubuntu), [macOS](#macos), [Windows](#windows)
 
 
 ### Anaconda
 ### Anaconda
 
 
@@ -103,6 +103,16 @@ brew install wkentaro/labelme/labelme
 brew cask install wkentaro/labelme/labelme
 brew cask install wkentaro/labelme/labelme
 ```
 ```
 
 
+### Windows
+
+Firstly, follow instruction in [Anaconda](#anaconda).
+
+```bash
+# Pillow 5 causes dll load error on Windows.
+# https://github.com/wkentaro/labelme/pull/174
+conda install pillow=4.0.0
+```
+
 
 
 ## Usage
 ## Usage