Add libpng-dev and libjpeg-dev to the installation instructions

This commit is contained in:
Roberto Rosario
2012-05-29 02:49:02 -04:00
parent 26705d1506
commit fbed4678fe

View File

@@ -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::