mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-27 20:43:43 +03:00
comments
This commit is contained in:
parent
0b23e735b8
commit
24790ecf46
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh
|
#!/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 \
|
sudo apt-get -y install python-dev python-setuptools \
|
||||||
python3-dev python-virtualenv cmake
|
python3-dev python-virtualenv cmake
|
||||||
sudo apt-get -y install libtiff5-dev libjpeg62-turbo-dev zlib1g-dev \
|
sudo apt-get -y install libtiff5-dev libjpeg62-turbo-dev zlib1g-dev \
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh
|
#!/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 \
|
sudo apt-get -y install python-dev python-setuptools \
|
||||||
python3-dev python-virtualenv cmake
|
python3-dev python-virtualenv cmake
|
||||||
sudo apt-get -y install libtiff5-dev libjpeg8-dev zlib1g-dev \
|
sudo apt-get -y install libtiff5-dev libjpeg8-dev zlib1g-dev \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user