From 4bc068338a5708856d51b982cffd8ecc4e83217c Mon Sep 17 00:00:00 2001 From: Solomon Vimal Date: Sun, 16 Jun 2019 23:39:23 -0700 Subject: [PATCH] pycairo error fix for pycairo error --- docs/source/installation/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation/mac.rst b/docs/source/installation/mac.rst index 86ce8afaf1..52500a3f91 100644 --- a/docs/source/installation/mac.rst +++ b/docs/source/installation/mac.rst @@ -5,7 +5,7 @@ The simplest way to install the system dependencies on Mac OS X is with Homebrew Mac come preinstalled with python2, but to use manim, python3 is required 1. Install python3 https://docs.python.org/3/using/mac.html -2. Install Cairo: ``brew install cairo`` +2. Install Cairo: ``brew install cairo``; ``export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig`` 3. Install Sox: ``brew install sox`` 4. Install ffmpeg: ``brew install ffmpeg`` 5. Install latex (MiKTeX): https://miktex.org/howto/install-miktex-mac