From 6a86b39ca7f0dbae259e66729803ff3bdaee2229 Mon Sep 17 00:00:00 2001 From: Silvio Vasiljevic Date: Fri, 18 Oct 2024 11:11:42 +0200 Subject: [PATCH] Add note about using pyenv instead of specifying the version directly in the dev environment docs --- docs/development-environment-setup/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/development-environment-setup/README.md b/docs/development-environment-setup/README.md index 78074aa318d51..e630a03af3f85 100644 --- a/docs/development-environment-setup/README.md +++ b/docs/development-environment-setup/README.md @@ -8,7 +8,9 @@ Once LocalStack runs in your Docker environment and you’ve played around with You will need the following tools for the local development of LocalStack. -* [Python 3.11+](https://www.python.org/downloads/) and `pip` +* [Python](https://www.python.org/downloads/) and `pip` + * We recommend to use a Python version management tool like [`pyenv`](https://github.com/pyenv/pyenv/). + This way you will always use the correct Python version as defined in `.python-version`. * [Node.js & npm](https://nodejs.org/en/download/) * [Docker](https://docs.docker.com/desktop/)