Fix pil install

This commit is contained in:
Bastian Kleineidam 2014-02-10 22:43:28 +01:00
parent fa0b556869
commit b67717d66e

View file

@ -4,5 +4,5 @@ set -e
set -u
if python -c 'import sys; sys.exit(0 if sys.hexversion<0x03000000 else 1)'; then
pip install --allow-all-external PIL
pip install --allow-external PIL --allow-unverified PIL PIL
fi