This is an automated email from the ASF dual-hosted git repository.
fjtiradosarti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new f97daeb27 Format python prerequisites (#744)
f97daeb27 is described below
commit f97daeb272eae38ce8365f5b4dd3d0e9e37c5c86
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Tue Dec 16 14:18:04 2025 +0100
Format python prerequisites (#744)
Signed-off-by: fjtirado <[email protected]>
---
.../integrations/custom-functions-python.adoc | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git
a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
index 36a799ff1..f7c53a927 100644
---
a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
+++
b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/integrations/custom-functions-python.adoc
@@ -8,8 +8,15 @@ This document describes how to integrate python scripts and
functions into your
== Enable Python support
-To enable Python support, you must add the Python add-on dependency to your
{product_name} module `pom.xml` file
+To enable Python support
+.Prerequisites
+* `Python` interpreter must be included on operating system `PATH`
+* link:https://pypi.org/project/jep/[JEP] library must be installed by running
`pip install jep`
+
+.Procedure
+. Add the Python add-on dependency to your {product_name} module `pom.xml` file
++
[source,xml]
----
<dependency>
@@ -18,8 +25,6 @@ To enable Python support, you must add the Python add-on
dependency to your {pro
</dependency>
----
-.Prerequisites
-It is required that `Python` interpreter is included on operating system
`PATH` and that link:https://pypi.org/project/jep/[JEP] library has been
installed by running `pip install jep`
== Invoking embedded Python script.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]