From 5e9dc9a03618035a2a36dd20b59339eb35490fd2 Mon Sep 17 00:00:00 2001 From: B13nch3n <stefan.bienert@me.com> Date: Fri, 31 Jul 2020 10:59:00 +0200 Subject: [PATCH] Update versions in macOS installation instructions --- modules/doc/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 05526d6c4..ed8495c10 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -337,9 +337,9 @@ to be substituted. `Homebrew <https://brew.sh/>`_ can be used to conveniently install all dependencies. The current Python version, as of writing these instructions, is -3.8.5 but works so far. Boost comes as 1.72.0 which seems to be OK. Do not +3.8.5 but works so far. Boost comes as 1.73.0 which seems to be OK. Do not forget to also install `boost-python3` (your system may have a lower version of -Python than 3.8.5 but it seems like `boost-python` was compiled for 3.8.5). +Python than 3.8.5 but it seems like `boost-python3` was compiled for 3.8.5). Eigen and SQLite also seem to be unproblematic concerning higher version numbers. If you want to build the info module or the graphical user interface, make sure -- GitLab