Skip to content

Commit

Permalink
Installation with asymmeteric algorithm support documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed May 8, 2017
1 parent ae82230 commit 4989d00
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ The easiest way to start working with this extension with pip:
$ pip install flask-jwt-extended
If you want to use asymmetric (public/private key) key signing algorithms, include
the ``asymmetric_crypto`` extra requirements.

.. code-block:: bash
$ pip install flask-jwt-extended[asymmetric_crypto]
Note that if you are using ZSH (possibly other shells too), you will need to escape the brackets

.. code-block:: bash
$ pip install flask-jwt-extended\[asymmetric_crypto\]
If you prefer to install from source, you can clone this repo and run

.. code-block:: bash
Expand Down

0 comments on commit 4989d00

Please sign in to comment.