8000 Add note recommending pyenv in dev environment docs (#11713) · localstack/localstack@c69282d · GitHub
[go: up one dir, main page]

Skip to content

Commit c69282d

Browse files
authored
Add note recommending pyenv in dev environment docs (#11713)
1 parent 56dd5cb commit c69282d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/development-environment-setup/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Once LocalStack runs in your Docker environment and you’ve played around with
88

99
You will need the following tools for the local development of LocalStack.
1010

11-
* [Python 3.11+](https://www.python.org/downloads/) and `pip`
11+
* [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`.
1214
* [Node.js & npm](https://nodejs.org/en/download/)
1315
* [Docker](https://docs.docker.com/desktop/)
1416

0 commit comments

Comments
 (0)
0