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