summaryrefslogtreecommitdiff
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorThomas P <TPXP@users.noreply.github.com>2021-08-08 21:07:54 +0200
committerGitHub <noreply@github.com>2021-08-08 15:07:54 -0400
commit885a730e4e9e39f6027e377b0f6785b317a1f013 (patch)
treee12d5377096b0727520edf9646b2fff3706018bc /docs/installation.rst
parent8de44287752f9d2c0112bb3062389462d56ead86 (diff)
downloadpyjwt-885a730e4e9e39f6027e377b0f6785b317a1f013.tar.gz
DOC: Clarify RSA encoding and decoding depend on the cryptography package (#664)
* DOC: Clarify RSA encoding and decoding depend on the cryptography package Followup to #208 * DOC: Add a reference to the cryptography section in the installation file Fixes missing reference in the previously edited file
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 6da2ccd..925da97 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -7,6 +7,9 @@ You can install ``PyJWT`` with ``pip``:
$ pip install pyjwt
+
+.. _installation_cryptography
+
Cryptographic Dependencies (Optional)
-------------------------------------