From 8dfeccc141483c28a3369199cf600f79a5adf9d4 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Tue, 26 Oct 2010 07:45:23 -0400 Subject: [PATCH] explicitly mentioning python headers in extension section in README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5e467b3..b5989c6 100644 --- a/README.rst +++ b/README.rst @@ -100,6 +100,9 @@ compile this extension like this:: python setup.py build +Note that you need the development headers for your version of Python installed, +look for a package named 'python-dev', 'python-devel' or similar. + Running ------- To generate a set of Google Map tiles, use the gmap.py script like this::