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:
parent
0684f5a458
commit
dcea1bdd6d
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user