Add the required apt packages for proper PIL usage.

This commit is contained in:
yackob03 2013-11-18 15:58:42 -05:00
parent bde0a29296
commit a079919a77

View file

@ -4,7 +4,7 @@ to prepare a new host:
sudo apt-get install software-properties-common
sudo apt-add-repository -y ppa:nginx/stable
sudo apt-get update
sudo apt-get install -y git python-virtualenv python-dev phantomjs
sudo apt-get install -y git python-virtualenv python-dev phantomjs libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
sudo apt-get install -y nginx-full
```