Skip to content

Commit 4989d00

Browse files
committed
Installation with asymmeteric algorithm support documentation
1 parent ae82230 commit 4989d00

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/installation.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ The easiest way to start working with this extension with pip:
99
1010
$ pip install flask-jwt-extended
1111
12+
If you want to use asymmetric (public/private key) key signing algorithms, include
13+
the ``asymmetric_crypto`` extra requirements.
14+
15+
.. code-block:: bash
16+
17+
$ pip install flask-jwt-extended[asymmetric_crypto]
18+
19+
Note that if you are using ZSH (possibly other shells too), you will need to escape the brackets
20+
21+
.. code-block:: bash
22+
23+
$ pip install flask-jwt-extended\[asymmetric_crypto\]
24+
25+
1226
If you prefer to install from source, you can clone this repo and run
1327

1428
.. code-block:: bash

0 commit comments

Comments
 (0)