We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a5405 commit 988a683Copy full SHA for 988a683
README.md
@@ -120,7 +120,7 @@ The steps below must be performed in each Lambda function folder and e2e folder
120
For detailed instructions on running individual Lambdas, refer to the README.md files located inside each respective Lambda folder.
121
122
Steps:
123
-1. Set the python version in the `./backend` folder
+1. Set the python version in the folder with the code used by lambda for example `./backend` (see [lambdas](#lambdas)) folder.
124
```
125
pyenv local 3.10.16 # Set version in backend (this creates a .python-version file)
126
0 commit comments