Python bindings for Mapnik v4.2.2
python3 -m pip install mapnik
Make sure 'mapnik-config' is present and accessible via $PATH env variable
python3 -m pip install . -v
Once you have installed you can test the package by running:
pytest test/python_tests/
