Fix pil install
This commit is contained in:
parent
c7108a9342
commit
fa0b556869
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue