Skip to content

Commit

Permalink
Update doc to reflect removal of support for Python 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfeinberg committed Jul 27, 2023
1 parent 3b807e2 commit 63f92f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README-DEV.rst
Expand Up @@ -6,12 +6,15 @@ This document is for developers of the Python SDK for the Oracle NoSQL Database.
Developers are those who need to modify source and examples, build and run tests
and examples, and build documentation.

Use of "python" below may be "python3" depending on your machine
configuration. Python 3 is required.

===============
Getting Started
===============
Clone the repository and Install dependencies.

1. Make sure that Python is installed on your system, at least version 2.7.
1. Make sure that Python is installed on your system, at least version 3.5.
2. Install pip if it is not installed, follow the `pip installation instructions
<https://pip.pypa.io/en/stable/installing>`_.
3. Clone the repository and install development dependencies::
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -2,7 +2,7 @@
Oracle NoSQL Database Python SDK - |NoSQLSdkVersion|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is the Python SDK for the Oracle NoSQL Database. Python 2.7+ and 3.5+ are
This is the Python SDK for the Oracle NoSQL Database. Python 3.5+ is
supported.

For information about the Oracle NoSQL Database see
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -17,7 +17,7 @@ Database Python SDK. There are several supported environments:

The Python SDK requires:

* Python version 2.7.5 or 3.5 or later, running on Mac, Windows, or Linux.
* Python version 3.5 or later, running on Mac, Windows, or Linux.
* For the Oracle NoSQL Cloud Service:

* An Oracle Cloud Infrastructure account
Expand Down

0 comments on commit 63f92f3

Please sign in to comment.