Updated install.txt

You have to install python-dev to compile PIL and reportlab.
Thx to JayRob for the hint.
This commit is contained in:
Oskar Hahn 2012-12-31 17:30:31 +01:00
parent 0684f5a458
commit dcea1bdd6d
1 changed files with 4 additions and 1 deletions

View File

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