From 5de022a67e5023b2fd66bdf3e6c1e43d1693f778 Mon Sep 17 00:00:00 2001 From: Julian Raschke Date: Thu, 6 Aug 2015 16:20:43 +0200 Subject: [PATCH] Updated GettingStartedInPython (markdown) --- GettingStartedInPython.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GettingStartedInPython.md b/GettingStartedInPython.md index 0e39380..7d47698 100644 --- a/GettingStartedInPython.md +++ b/GettingStartedInPython.md @@ -16,6 +16,9 @@ This tutorial expects Mapnik 2.x or greater. Older versions do not provide the ` Please note that if you are using mapnik 2.0.0 then you will need to adjust the "mapnik" module name to "mapnik2" in the Python commands. Refer to [[mapnik2]] for details of the naming convention. +Please also note that unlike Mapnik 2.x, [version 3.x does not include Python bindings anymore](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#300). You can find the new Python bindings [here](https://github.com/mapnik/python-mapnik). + + Next test the Python bindings. You should be able to open a terminal and type: