Skip to content

Commit 5cce9ef

Browse files
Minor tweak to samples README.
1 parent cc067bf commit 5cce9ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

samples/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# cx_Oracle Examples
22

3-
This directory contains samples for [cx_Oracle][6]. Documentation is [here][7].
3+
This directory contains samples for [cx_Oracle][6]. Documentation is
4+
[here][7]. A separate tutorial is [here][8].
45

56
1. The schemas and SQL objects that are referenced in the samples can be
67
created by running the Python script [setup_samples.py][1]. The script
@@ -19,7 +20,7 @@ This directory contains samples for [cx_Oracle][6]. Documentation is [here][7].
1920

2021
2. Run a Python script, for example:
2122

22-
python Query.py
23+
python query.py
2324

2425
3. After running cx_Oracle samples, the schemas and SQL objects can be
2526
dropped by running the Python script [drop_samples.py][4]. The script
@@ -43,3 +44,4 @@ This directory contains samples for [cx_Oracle][6]. Documentation is [here][7].
4344
[5]: https://github.com/oracle/python-cx_Oracle/blob/main/samples/sql/drop_samples.sql
4445
[6]: https://oracle.github.io/python-cx_Oracle/
4546
[7]: http://cx-oracle.readthedocs.org/en/latest/index.html
47+
[8]: https://oracle.github.io/python-cx_Oracle/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html

0 commit comments

Comments
 (0)