Skip to content

Commit bd87a24

Browse files
authored
Fix flask v2 for python getting started
open-telemetry/opentelemetry-python-contrib#1975
1 parent 30cb57d commit bd87a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/instrumentation/python/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source ./bin/activate
4242
Now install Flask:
4343

4444
```shell
45-
pip install flask
45+
pip3 install 'flask<3'
4646
```
4747

4848
### Create and launch an HTTP Server

0 commit comments

Comments
 (0)