mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Add section on Python Bindings
Since these aren't included by default, the other package needs to be referenced here to avoid the wild goose chase.
This commit is contained in:
parent
cbb40d0662
commit
7a7a70bd06
@ -94,7 +94,7 @@ Additional optional dependencies:
|
||||
- pg_config - PostgreSQL installation capabilities
|
||||
* libgdal - GDAL/OGR input (For gdal and ogr plugin support)
|
||||
* libsqlite3 - SQLite input (needs RTree support builtin) (sqlite plugin support)
|
||||
|
||||
|
||||
Instructions for installing many of these dependencies on
|
||||
various platforms can be found at the Mapnik Wiki:
|
||||
|
||||
@ -156,6 +156,12 @@ You can run the Mapnik tests locally (without installing) like:
|
||||
|
||||
make test
|
||||
|
||||
## Python Bindings
|
||||
|
||||
Python bindings are not included by default. You'll need to add those separately.
|
||||
|
||||
* Build from source: https://github.com/mapnik/python-mapnik
|
||||
|
||||
## Learning Mapnik
|
||||
|
||||
### Help
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user