From fce6a42c767159bbc6857951b7a72570f44b08d0 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 6 Aug 2018 16:05:17 -0600 Subject: [PATCH] Add subtitle to macOS section to try to stop the prereq being missed. --- doc/src/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/installation.rst b/doc/src/installation.rst index de2487b..0fca67e 100644 --- a/doc/src/installation.rst +++ b/doc/src/installation.rst @@ -468,6 +468,9 @@ Python architecture. Installing cx_Oracle on macOS ============================= +Install Python +-------------- + Make sure you are not using the bundled Python. This has restricted entitlements and will fail to load Oracle client libraries. Instead use `Homebrew `__ or `Python.org