Skip to content

Commit 2c38db7

Browse files
committed
Python req
1 parent a01f744 commit 2c38db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v1/content/connect/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 12
66
### Installation
77

88
{{% notice note %}}
9-
The **python-thingsdb** library requires **Python 3.7** or higher.
9+
The **python-thingsdb** library requires **Python 3.9** or higher.
1010
{{% /notice %}}
1111

1212
Just use pip:

v1/content/modules/hello-world-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 391
66
In this section we will create and use a module to help you understand how a module can be used.
77
Our module will be written in Python and will accept a *name* and returns with a greeting in either English or Dutch, depending on the module configuration.
88

9-
Before we can use a Python module, make sure ThingsDB has a Python interpreter (*at least Python 3.7)* with the Python package [py-timod](https://pypi.org/project/py-timod/) installed.
9+
Before we can use a Python module, make sure ThingsDB has a Python interpreter (*at least Python 3.9)* with the Python package [py-timod](https://pypi.org/project/py-timod/) installed.
1010

1111
Use the following code in the `@node` scope to view which Python interpreter ThingsDB is using:
1212

0 commit comments

Comments
 (0)