From dcea1bdd6d0de39d43b4de69af26874c7ed31cf1 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Mon, 31 Dec 2012 17:30:31 +0100 Subject: [PATCH] Updated install.txt You have to install python-dev to compile PIL and reportlab. Thx to JayRob for the hint. --- INSTALL.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 15f1c53c2..f79d9fd7c 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -18,7 +18,10 @@ I. Installation on GNU/Linux and MacOSX using the Python Package Index (PyPI) 1. Check requirements: Make sure that you have installed Python Programming Language 2 - (>= 2.5) on your system. + (>= 2.5) on your system. You will also need the Python header files. + + E. G. for Ubuntu run: + $ sudo apt-get install python-dev 2. Setup a virtual environment with virtualenv (optional):