Update main page now that cx_Oracle 6.0b1 has been released.

This commit is contained in:
Anthony Tuininga 2017-04-18 15:12:18 -06:00
parent 586798c011
commit 2e7358e8a5
1 changed files with 8 additions and 4 deletions

View File

@ -24,18 +24,22 @@
<!--Description-->
<strong>cx_Oracle</strong> is a Python extension module that enables access to
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
2.7, 3.4, 3.5 and 3.6. For more information on the database API specification,
see
This module is currently built against Oracle Client 11.2, 12.1 and 12.2 and
Python 2.7, 3.4, 3.5 and 3.6. For more information on the database API
specification, see
<a href="http://www.python.org/topics/database/DatabaseAPI-2.0.html"> here</a>.
</div>
<div id="downloads">
<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>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>