From ab0009871fe0e06a5f38d978198397139e9b6524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guerrero?= Date: Wed, 10 Dec 2025 18:03:36 -0300 Subject: [PATCH] Update README: python version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aecafd..32126d6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ Primero se deben correr los siguientes comandos para instalar Ansible: ```bash ## Instalamos la version de Python a utilizar -pyenv install 3.9.9 +pyenv install 3.11.11 + +## Fijamos la version de Python a utilizar +pyenv local 3.11.11 ## Creamos el entorno de Python con direnv direnv allow