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 ```