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