From c841e83b86de78e69d19ce5c4528b21840cd35cf Mon Sep 17 00:00:00 2001
From: B13nch3n <stefan.bienert@me.com>
Date: Mon, 13 Jul 2020 09:31:15 +0200
Subject: [PATCH] Update macOS installation instructions

---
 modules/doc/install.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index 7ebda775f..8fcaba914 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -370,11 +370,11 @@ C flags:
 
 .. code-block:: bash
 
-  cmake . -DPYTHON_INCLUDE_PATH=/usr/local/Cellar/python@3.8/3.8.3_1/\
+  cmake . -DPYTHON_INCLUDE_PATH=/usr/local/Cellar/python@3.8/3.8.3_2/\
   Frameworks/Python.framework/Versions/Current/include/python3.8 \
-          -DPYTHON_LIBRARIES=/usr/local/Cellar/python@3.8/3.8.3_1/\
+          -DPYTHON_LIBRARIES=/usr/local/Cellar/python@3.8/3.8.3_2/\
   Frameworks/Python.framework/Versions/Current/lib/libpython3.8.dylib \
-          -DPYTHON_ROOT=/usr/local/Cellar/python@3.8/3.8.3_1 \
+          -DPYTHON_ROOT=/usr/local/Cellar/python@3.8/3.8.3_2 \
           -DBOOST_ROOT=/usr/local \
           -DSYS_ROOT=/usr/local \
           -DOPTIMIZE=ON \
-- 
GitLab