This commit is contained in:
wiredfool 2015-10-10 21:32:25 +01:00
parent 0b23e735b8
commit 24790ecf46
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/bin/sh
#
# Installs all of the dependencies for Pillow for Debian 8.2
# for both system pythons 2.7 and 3.4
#
sudo apt-get -y install python-dev python-setuptools \
python3-dev python-virtualenv cmake
sudo apt-get -y install libtiff5-dev libjpeg62-turbo-dev zlib1g-dev \

View File

@ -1,5 +1,10 @@
#!/bin/sh
#
# Installs all of the dependencies for Pillow for Debian 8.2
# for both system pythons 2.7 and 3.4
#
sudo apt-get -y install python-dev python-setuptools \
python3-dev python-virtualenv cmake
sudo apt-get -y install libtiff5-dev libjpeg8-dev zlib1g-dev \