Skip to content

Commit 242d751

Browse files
Clarify that Python.h is only needed for compilation.
1 parent 7e26636 commit 242d751

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ package to install cx_Oracle from `PyPI
166166
This will download and install a pre-compiled binary `if one is
167167
available <https://pypi.python.org/pypi/cx_Oracle>`__ for your
168168
architecture. If a pre-compiled binary is not available, the source
169-
will be downloaded, compiled, and the resulting binary installed. If
170-
you are using the default python package, you will need the
171-
``python-devel`` package or equivalent, which provides the `Python.h`
172-
header file.
169+
will be downloaded, compiled, and the resulting binary installed.
170+
Compiling cx_Oracle requires the `Python.h` header file. If you are
171+
using the default python package, this file is in the ``python-devel``
172+
package or equivalent.
173173

174174
Install Oracle Client
175175
---------------------

0 commit comments

Comments
 (0)