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
1 changed files with 7 additions and 1 deletions
|
@ -156,6 +156,12 @@ You can run the Mapnik tests locally (without installing) like:
|
||||||
|
|
||||||
make test
|
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
|
## Learning Mapnik
|
||||||
|
|
||||||
### Help
|
### Help
|
||||||
|
|
Loading…
Reference in a new issue