Skip to content

Commit ce01ee0

Browse files
Enhance README with information about where to get the driver and how to run
the samples.
1 parent d32e84f commit ce01ee0

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

python/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
# Python based examples
2-
This folder stores Python based examples for Oracle Database.
1+
These are examples for the
2+
[cx_Oracle driver](https://oracle.github.io/python-cx_Oracle).
3+
4+
Download and install from [PyPI](https://pypi.python.org/pypi/cx_Oracle) or
5+
issue the command
6+
7+
``python -m pip install cx_Oracle --upgrade``
8+
9+
[Documentation](http://cx-oracle.readthedocs.io/en/5.3/index.html)
10+
11+
[Issues and questions](https://github.com/oracle/python-cx_Oracle/issues)
12+
13+
After installing cx_Oracle, the demos can be run by executing each script file
14+
with Python. The scripts all assume that the cx_Oracle
15+
[test suite](https://github.com/oracle/python-cx_Oracle/tree/master/test)
16+
objects have been installed in your database and that the connect string
17+
"cx_Oracle/dev@localhost/orcl" is valid. If this is not correct, adjust the
18+
connect string before running the test.
319

0 commit comments

Comments
 (0)