From d8bde9ca548524bc7e0e30fcf42f896606b54f82 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 11 Jun 2019 19:15:57 -0600 Subject: [PATCH] Add doc for installing on a machine not connected to the Internet. --- doc/src/installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/src/installation.rst b/doc/src/installation.rst index 60e66da..79b8874 100644 --- a/doc/src/installation.rst +++ b/doc/src/installation.rst @@ -560,6 +560,18 @@ To use cx_Oracle with Oracle Instant Client zip files: accessible directory. Then set the environment variable ``TNS_ADMIN`` to that directory name. +Installing cx_Oracle without Internet Access +============================================ + +To install cx_Oracle on a computer that is not connected to the +internet, download the appropriate cx_Oracle file from `PyPI +`__. Transfer this file to +the offline computer and install it with:: + + python -m pip install "" + +Then follow the general cx_Oracle platform installation instructions +to install Oracle client libraries. Install Using GitHub ====================