File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -560,6 +560,18 @@ To use cx_Oracle with Oracle Instant Client zip files:
560
560
accessible directory. Then set the environment variable
561
561
``TNS_ADMIN `` to that directory name.
562
562
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.
563
575
564
576
Install Using GitHub
565
577
====================
You can’t perform that action at this time.
0 commit comments