Skip to content

Commit 5732719

Browse files
authored
Merge pull request #54254 from github/repo-sync
Repo sync
2 parents 92e54b7 + 773ca41 commit 5732719

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

Lines changed: 1 addition & 1 deletion
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)