diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-12-08 23:51:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-08 23:51:38 +0700 |
commit | 1b60d88c2ce427733a3878f48554542ed0a8dc82 (patch) | |
tree | 08c87b36e7de30bef3222f00d0af427406771016 /python | |
parent | 859d85c3930b06fd8617f8590db7e5920afcafa5 (diff) | |
download | slackbuilds-1b60d88c2ce427733a3878f48554542ed0a8dc82.tar.gz |
python/python-pillow: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pillow/README | 6 | ||||
-rw-r--r-- | python/python-pillow/python-pillow.info | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/python/python-pillow/README b/python/python-pillow/README index 7ca0b3e5cd..e4b5f84690 100644 --- a/python/python-pillow/README +++ b/python/python-pillow/README @@ -2,3 +2,9 @@ The Python Imaging Library (PIL) adds image processing capabilities to your Python environment. This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. + +***Warning*** + +Pillow and PIL CANNOT co-exist in the same environment. Before +installing Pillow, please uninstall PIL. +https://pillow.readthedocs.org/en/latest/installation.html diff --git a/python/python-pillow/python-pillow.info b/python/python-pillow/python-pillow.info index d107ed6ce2..fbba3b32b4 100644 --- a/python/python-pillow/python-pillow.info +++ b/python/python-pillow/python-pillow.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/P/Pillow/Pillow-3.0.0.tar.gz" MD5SUM="fc8ac44e93da09678eac7e30c9b7377d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools libwebp" +REQUIRES="pysetuptools libwebp %README%" MAINTAINER="Brenton Earl" EMAIL="brent@exitstatusone.com" |