Browse Source

document required external libraries for PILLOW

Jon Chen 10 years ago
parent
commit
3f74ef8028
1 changed files with 5 additions and 1 deletions
  1. 5 1
      thumbnailer/Readme.md

+ 5 - 1
thumbnailer/Readme.md

@@ -8,7 +8,11 @@ doesn't already exists (to save processing time).
 Installation
 -------------
 
-Setup up like a normal plugin by setting PLUGIN_PATHS, and adding "thumbnailer" to the PLUGINS list
+Set up like a normal plugin by setting PLUGIN_PATH, and adding "thumbnailer" to the PLUGINS list.
+
+[PIL](http://www.pythonware.com/products/pil/) or [Pillow](http://pillow.readthedocs.org/en/latest/installation.html#)
+is required. If you go with Pillow, you need to install some additional
+[external libraries](http://www.pythonware.com/products/pil/) to add support for image types like `jpg`.
 
 Configuration
 -------------