Fix pil install

This commit is contained in:
Bastian Kleineidam 2014-02-10 22:31:51 +01:00
parent c7108a9342
commit fa0b556869

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 --allow-all-external install PIL
pip install --allow-all-external PIL
fi