Skip to content

Commit 773ca41

Browse files
frjtriforksubatoijsoref
authored
Update generating-a-json-web-token-jwt-for-a-github-app.md (#36105)
Co-authored-by: Ben Ahmady <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent 34be247 commit 773ca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ puts jwt
7777
### Example: Using Python to generate a JWT
7878

7979
> [!NOTE]
80-
> You must run `pip install PyJWT` to install the `PyJWT` package in order to use this script.
80+
> You must run `pip install PyJWT cryptography` to install the `PyJWT` and the `cryptography` packages in order to use this script.
8181
8282
```python copy
8383
#!/usr/bin/env python3

0 commit comments

Comments
 (0)