Skip to content

Commit 3cb7d38

Browse files
committed
wording
1 parent e40a830 commit 3cb7d38

File tree

1 file changed

+3
-1
lines changed
  • docs/platforms/python/integrations/typer

1 file changed

+3
-1
lines changed

docs/platforms/python/integrations/typer/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ The `TyperIntegration` captures exceptions raised when using Typer CLI applicati
77

88
## Install
99

10+
Install Typer and the Sentry SDK.
11+
1012
```bash
11-
pip install --upgrade "sentry-sdk"
13+
pip install --upgrade "sentry-sdk" typer
1214
```
1315

1416
## Configure

0 commit comments

Comments
 (0)