Skip to content

Commit d8bde9c

Browse files
Add doc for installing on a machine not connected to the Internet.
1 parent e0bd74e commit d8bde9c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/installation.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,18 @@ To use cx_Oracle with Oracle Instant Client zip files:
560560
accessible directory. Then set the environment variable
561561
``TNS_ADMIN`` to that directory name.
562562

563+
Installing cx_Oracle without Internet Access
564+
============================================
565+
566+
To install cx_Oracle on a computer that is not connected to the
567+
internet, download the appropriate cx_Oracle file from `PyPI
568+
<https://pypi.org/project/cx-Oracle/#files>`__. Transfer this file to
569+
the offline computer and install it with::
570+
571+
python -m pip install "<file_name>"
572+
573+
Then follow the general cx_Oracle platform installation instructions
574+
to install Oracle client libraries.
563575

564576
Install Using GitHub
565577
====================

0 commit comments

Comments
 (0)