Update main page now that cx_Oracle 6.0b1 has been released.
This commit is contained in:
parent
586798c011
commit
2e7358e8a5
12
index.html
12
index.html
|
@ -24,18 +24,22 @@
|
||||||
<!--Description-->
|
<!--Description-->
|
||||||
<strong>cx_Oracle</strong> is a Python extension module that enables access to
|
<strong>cx_Oracle</strong> is a Python extension module that enables access to
|
||||||
Oracle Database and conforms to the Python database API specification.
|
Oracle Database and conforms to the Python database API specification.
|
||||||
This module is currently built against Oracle client 11.2 and 12.1 and Python
|
This module is currently built against Oracle Client 11.2, 12.1 and 12.2 and
|
||||||
2.7, 3.4, 3.5 and 3.6. For more information on the database API specification,
|
Python 2.7, 3.4, 3.5 and 3.6. For more information on the database API
|
||||||
see
|
specification, see
|
||||||
<a href="http://www.python.org/topics/database/DatabaseAPI-2.0.html"> here</a>.
|
<a href="http://www.python.org/topics/database/DatabaseAPI-2.0.html"> here</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="downloads">
|
<div id="downloads">
|
||||||
<h2>Download/Install</h2>
|
<h2>Download/Install</h2>
|
||||||
|
|
||||||
|
<p>Version 6.0b1, released April, 2017</p>
|
||||||
|
|
||||||
|
<p>Install by issuing the command <pre>python -m pip install cx_Oracle --pre</pre> or download directly from <a href="https://pypi.python.org/pypi/cx_Oracle/6.0b1">PyPI</a>.</p>
|
||||||
|
|
||||||
<p>Version 5.3, released March, 2017</p>
|
<p>Version 5.3, released March, 2017</p>
|
||||||
|
|
||||||
<p>Install by issuing the command <pre>pip install cx_Oracle</pre> (on platforms other than Windows) or download directly from <a href="https://pypi.python.org/pypi/cx_Oracle/5.3">PyPI</a>.</p>
|
<p>Install by issuing the command <pre>python -m pip install cx_Oracle</pre> (on platforms other than Windows) or download directly from <a href="https://pypi.python.org/pypi/cx_Oracle/5.3">PyPI</a>.</p>
|
||||||
|
|
||||||
<p>Older versions can be found in <a href="https://sourceforge.net/projects/cx-oracle/files/">the files section at Sourceforge.</a></p>
|
<p>Older versions can be found in <a href="https://sourceforge.net/projects/cx-oracle/files/">the files section at Sourceforge.</a></p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue