From e6613e8e558aa7e6d7014889352a3b9cf38ed9a6 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Fri, 16 Jan 2015 07:41:37 -0600 Subject: [PATCH] brew formula is called py2cairo not pycairo --- MacInstallation_Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index c6a69f0..99330f5 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -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 ```