Skip to content

Commit 119bcc8

Browse files
committed
Change required Python versions
1 parent 03ae9dd commit 119bcc8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ For our tutorial, see [Python and Amazon QLDB](https://docs.aws.amazon.com/qldb/
1010

1111
See [Accessing Amazon QLDB](https://docs.aws.amazon.com/qldb/latest/developerguide/accessing.html) for information on connecting to AWS.
1212

13-
### Python 3.x
13+
### Required Python versions
1414

15-
The examples require Python 3.x. Please see the link below for more detail to install Python 3.x:
15+
DMV Sample App v1.x requires Python 3.4 or later.
1616

17-
* [Python 3.x Installation](https://www.python.org/downloads/)
17+
DMV Sample App v2.x requires Python 3.6 or later.
18+
19+
Please see the link below for more detail to install Python:
20+
21+
* [Python Installation](https://www.python.org/downloads/)
1822

1923
## Installing the driver and dependencies
2024

0 commit comments

Comments
 (0)