@ferchy/n8n-nodes-aimc-toolkit 0.1.40 → 0.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,8 +90,10 @@ Please return only the JavaScript code for the AIMC Code node.
|
|
|
90
90
|
|
|
91
91
|
## Python Support (AIMC Code)
|
|
92
92
|
|
|
93
|
-
Python
|
|
94
|
-
|
|
93
|
+
Python is optional. **JavaScript works out of the box.**
|
|
94
|
+
If you switch the node to Python mode, Python must be installed on the same host/container where n8n runs.
|
|
95
|
+
|
|
96
|
+
We do **not** auto-install Python during npm install because system-level installs are fragile in Docker/Coolify and often fail or get blocked. This keeps installs reliable and avoids broken deployments.
|
|
95
97
|
|
|
96
98
|
**Options in the node**
|
|
97
99
|
- **Python Path**: path to the Python binary (default `python3`).
|