Updated Installing Mapnik on Suse (markdown)
parent
f03b4ca77f
commit
a58114199d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
>>>
|
||||
>>>
|
||||
```
|
Loading…
Reference in a new issue