We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab86040 commit 45d915fCopy full SHA for 45d915f
README.md
@@ -13,7 +13,7 @@ I already told you so.
13
Install
14
-------
15
16
-Requires Python 2.7 installed in the system.
+Requires Python (both 2.x and 3.x are supported) installed in the system.
17
18
`npm install -g node-red-contrib-python-function`
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-contrib-python-function",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/arnauorriols/node-red-contrib-python-function"
@@ -9,7 +9,8 @@
9
"keywords": [
10
"node-red",
11
"function",
12
- "Python",
+ "Python2",
+ "Python3",
"exec",
"polyglot",
"hack"
0 commit comments