Skip to content

Commit

Permalink
Add the Python and pip version to all README fles
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Ariel Hamra committed May 3, 2024
1 parent ec38484 commit 9b3b339
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployability/modules/allocation/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ 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.

1. Activate the environment:

```bash
Expand Down
2 changes: 2 additions & 0 deletions deployability/modules/provision/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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.

1. Create the python environment:

```bash
Expand Down
2 changes: 2 additions & 0 deletions deployability/modules/testing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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.

1. Create the python environment:

```bash
Expand Down
2 changes: 2 additions & 0 deletions deployability/modules/workflow_engine/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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.

1. Activate the environment:

```bash
Expand Down

0 comments on commit 9b3b339

Please sign in to comment.