From a58114199dfc6433289042771107c2dd7a3d13b5 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Tue, 20 Dec 2011 14:28:28 -0800 Subject: [PATCH] Updated Installing Mapnik on Suse (markdown) --- OpenSuseInstallation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenSuseInstallation.md b/OpenSuseInstallation.md index 3437763..8c099cd 100644 --- a/OpenSuseInstallation.md +++ b/OpenSuseInstallation.md @@ -52,8 +52,12 @@ Still as root: * Next, start the python REPL and try to import mapnik: +```sh $ python +``` +```python >>> import mapnik >>> mapnik.mapnik_version() 701 - >>> \ No newline at end of file + >>> +``` \ No newline at end of file