diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 7ebda775fa2adcda5e62d5bcebec97ec1ea6c539..8fcaba914b3342c44f5420e99ced503e1e2b4d37 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 \