From 0b6f86cf83d0293cb456d8a73bcce7765685c596 Mon Sep 17 00:00:00 2001 From: Marcelo Ariel Hamra Date: Fri, 3 May 2024 15:10:08 -0300 Subject: [PATCH] README improvements. --- deployability/modules/allocation/README.MD | 2 +- deployability/modules/provision/README.MD | 2 +- deployability/modules/testing/README.MD | 2 +- deployability/modules/workflow_engine/README.MD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployability/modules/allocation/README.MD b/deployability/modules/allocation/README.MD index b30c182265..8444c1b602 100644 --- a/deployability/modules/allocation/README.MD +++ b/deployability/modules/allocation/README.MD @@ -11,7 +11,7 @@ Execution can be done from any operating system. Initially, you have to install the required Python libraries. We recommend using virtual environments. Follow the technical documentation at https://docs.python.org/3/library/venv.html. -The Python version to use is 3.10.13 with pip3 version 22.0.2 or higher. +To use this module, you should use a Debian-based system, we recommend using Ubuntu 22.04 for full compatibility, you must have installed at least Python 3.10.12 and pip3 22.0.2 1. Activate the environment: diff --git a/deployability/modules/provision/README.MD b/deployability/modules/provision/README.MD index 387945bbc9..11049eeafe 100644 --- a/deployability/modules/provision/README.MD +++ b/deployability/modules/provision/README.MD @@ -14,7 +14,7 @@ The execution of the workflow is done through the installation of its library. Initially, Python libraries must be installed. we recommended the use of virtual environments. Follow the technical documentation at https://docs.python.org/3/library/venv.html. -The Python version to use is 3.10.13 with pip3 version 22.0.2 or higher. +To use this module, you should use a Debian-based system, we recommend using Ubuntu 22.04 for full compatibility, you must have installed at least Python 3.10.12 and pip3 22.0.2 1. Create the python environment: diff --git a/deployability/modules/testing/README.MD b/deployability/modules/testing/README.MD index e5c38d79a8..f2b625e3f4 100644 --- a/deployability/modules/testing/README.MD +++ b/deployability/modules/testing/README.MD @@ -17,7 +17,7 @@ The execution of the workflow is done through the installation of its library. Initially, Python libraries must be installed, we recommended the use of virtual environments. Follow the technical documentation at https://docs.python.org/3/library/venv.html. -The Python version to use is 3.10.13 with pip3 version 22.0.2 or higher. +To use this module, you should use a Debian-based system, we recommend using Ubuntu 22.04 for full compatibility, you must have installed at least Python 3.10.12 and pip3 22.0.2 1. Create the python environment: diff --git a/deployability/modules/workflow_engine/README.MD b/deployability/modules/workflow_engine/README.MD index 085f38922a..c4430d97a4 100644 --- a/deployability/modules/workflow_engine/README.MD +++ b/deployability/modules/workflow_engine/README.MD @@ -6,7 +6,7 @@ The execution of the Workflow is done through the installation of its library. Initially, Python libraries must be installed. It is recommended to use virtual environments. Follow the technical documentation at https://docs.python.org/3/library/venv.html. -The Python version to use is 3.10.13 with pip3 version 22.0.2 or higher. +To use this module, you should use a Debian-based system, we recommend using Ubuntu 22.04 for full compatibility, you must have installed at least Python 3.10.12 and pip3 22.0.2 1. Activate the environment: