File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,10 @@ package to install cx_Oracle from `PyPI
166166This will download and install a pre-compiled binary `if one is
167167available <https://pypi.python.org/pypi/cx_Oracle> `__ for your
168168architecture. 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
174174Install Oracle Client
175175---------------------
You can’t perform that action at this time.
0 commit comments