8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dd5cb commit c69282dCopy full SHA for c69282d
docs/development-environment-setup/README.md
@@ -8,7 +8,9 @@ Once LocalStack runs in your Docker environment and you’ve played around with
8
9
You will need the following tools for the local development of LocalStack.
10
11
-* [Python 3.11+](https://www.python.org/downloads/) and `pip`
+* [Python](https://www.python.org/downloads/) and `pip`
12
+ * We recommend to use a Python version management tool like [`pyenv`](https://github.com/pyenv/pyenv/).
13
+ This way you will always use the correct Python version as defined in `.python-version`.
14
* [Node.js & npm](https://nodejs.org/en/download/)
15
* [Docker](https://docs.docker.com/desktop/)
16
0 commit comments