brew formula is called py2cairo not pycairo

Joe Germuska 2015-01-16 07:41:37 -06:00
parent 4eaff3f506
commit e6613e8e55

@ -36,7 +36,7 @@ brew install mapnik
If you want both cairo rendering support and the ability to work with cairo objects (and pass them to mapnik) in python do:
```sh
brew install pycairo
brew install py2cairo
brew install mapnik --with-cairo
```