Updated Installing Mapnik on Suse (markdown)

ThomasG77 2011-12-20 14:28:28 -08:00
parent f03b4ca77f
commit a58114199d

@ -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
>>>
>>>
```