You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v1/content/modules/hello-world-module.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 391
6
6
In this section we will create and use a module to help you understand how a module can be used.
7
7
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.
8
8
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.
10
10
11
11
Use the following code in the `@node` scope to view which Python interpreter ThingsDB is using:
0 commit comments