From fbed4678fe9c802cb62fd3ffc60c51c5f51da0b7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 29 May 2012 02:49:02 -0400 Subject: [PATCH] Add libpng-dev and libjpeg-dev to the installation instructions --- docs/intro/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/installation.rst b/docs/intro/installation.rst index 3d9056fab7..bfcffe1ad3 100644 --- a/docs/intro/installation.rst +++ b/docs/intro/installation.rst @@ -9,7 +9,7 @@ Local or managed server If using a Debian_ or Ubuntu_ based Linux distribution getting the executable requirements is as easy as:: - $ apt-get install tesseract-ocr unpaper python-virtualenv ghostscript -y + $ apt-get install tesseract-ocr unpaper python-virtualenv ghostscript libjpeg-dev libpng-dev -y To initialize a ``virtualenv`` to deploy the project do::