diff --git a/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html b/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html index 557ae6f..2edaa9b 100644 --- a/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html +++ b/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html @@ -106,19 +106,21 @@
This is the cx_Oracle tutorial. These instructions and the files used in them can be found in the cx_Oracle GitHub repository.
+If you are running this tutorial in your own environment, install the required software:
Python. Version 3.6 is preferred.
cx_Oracle version 7.2 and the Oracle Client libraries.
+Python. Version 3.6 (or later) is preferred.
cx_Oracle version 7.2 (or later) and the Oracle Client libraries.
SQL*Plus such as from the Oracle Instant Client SQL*Plus Package.
SQL*Plus such as from the Oracle Instant Client SQL*Plus Package.
The Advanced Queuing section requires Oracle client 12.2 or later. The SODA section requires Oracle client 18.5, or later, and Oracle Database 18 or later.