From 842769b69d67edb5887d836174f5f0504f15e241 Mon Sep 17 00:00:00 2001 From: Ben Christenson Date: Sun, 23 Feb 2020 07:56:22 -0600 Subject: [PATCH] added missing instructions for install cairo on mac --- documentation/src/install/macos.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/documentation/src/install/macos.rst b/documentation/src/install/macos.rst index 097187e..07603b2 100644 --- a/documentation/src/install/macos.rst +++ b/documentation/src/install/macos.rst @@ -20,19 +20,25 @@ General brew install pstoedit -2. Install required Python modules: +2. Install cairio: + + .. code:: + brew install cairo pkg-config + + +3. Install required Python modules: .. code:: pip3 install pycairo cairocffi Markdown lxml -3. Download Boxes.py via Git: +4. Download Boxes.py via Git: .. code:: git clone https://github.com/florianfesti/boxes.git -4. Run Boxes.py: +5. Run Boxes.py: Local web server on port 8000: